projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4fcc5
)
; Fix formatting issue of last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:34:33 +0000
(13:34 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 13 Jul 2019 11:34:33 +0000
(13:34 +0200)
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index bebe2c2d334de587efd3f713654a8fa710379420..ee0754fee941bcde232222e1c90d4eea0ed34e67 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-4583,11
+4583,11
@@
Goes through the list `tramp-inline-compress-commands'."
(unless (tramp-send-command-and-check
vec (format "echo %s | %s | %s" magic compress decompress) t)
(throw 'next nil))
- (with-current-buffer (tramp-get-buffer vec)
- (goto-char (point-min))
- (unless (looking-at (regexp-quote magic))
- (throw 'next nil)))
- (setq found t)))
+
(with-current-buffer (tramp-get-buffer vec)
+
(goto-char (point-min))
+
(unless (looking-at (regexp-quote magic))
+
(throw 'next nil)))
+
(setq found t)))
;; Did we find something?
(if found