mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
; Fix formatting issue of last commit
This commit is contained in:
parent
4c4fcc51af
commit
f9b434f8e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user