diff options
| author | Michael Albinus | 2019-07-13 13:34:33 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-07-13 13:34:33 +0200 |
| commit | f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed (patch) | |
| tree | 0600138f71703654654d28252a5558de4935deb4 | |
| parent | 4c4fcc51afa9d2a6b4223a9949240b700d3284e8 (diff) | |
| download | emacs-f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed.tar.gz emacs-f9b434f8e8e61a2e842aa16f1a7875ca7df5f0ed.zip | |
; Fix formatting issue of last commit
| -rw-r--r-- | lisp/net/tramp-sh.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index bebe2c2d334..ee0754fee94 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -4583,11 +4583,11 @@ Goes through the list `tramp-inline-compress-commands'." | |||
| 4583 | (unless (tramp-send-command-and-check | 4583 | (unless (tramp-send-command-and-check |
| 4584 | vec (format "echo %s | %s | %s" magic compress decompress) t) | 4584 | vec (format "echo %s | %s | %s" magic compress decompress) t) |
| 4585 | (throw 'next nil)) | 4585 | (throw 'next nil)) |
| 4586 | (with-current-buffer (tramp-get-buffer vec) | 4586 | (with-current-buffer (tramp-get-buffer vec) |
| 4587 | (goto-char (point-min)) | 4587 | (goto-char (point-min)) |
| 4588 | (unless (looking-at (regexp-quote magic)) | 4588 | (unless (looking-at (regexp-quote magic)) |
| 4589 | (throw 'next nil))) | 4589 | (throw 'next nil))) |
| 4590 | (setq found t))) | 4590 | (setq found t))) |
| 4591 | 4591 | ||
| 4592 | ;; Did we find something? | 4592 | ;; Did we find something? |
| 4593 | (if found | 4593 | (if found |