]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in tramp.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Jul 2021 11:08:36 +0000 (13:08 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Jul 2021 11:08:36 +0000 (13:08 +0200)
lisp/net/tramp.el

index 2a664b6f7918c3b61c78feb1b173f14d45209087..51d5d0687125bc1bbde2db5019c35c1cf9389faf 100644 (file)
@@ -4690,7 +4690,7 @@ Wait, until the connection buffer changes."
       (goto-char (point-min))
       (tramp-check-for-regexp proc tramp-process-action-regexp)
       (tramp-message
-       vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string 1)))
+       vec 0 "%s" (replace-regexp-in-string "[\r\n]" "" (match-string 0)))
       ;; Hide message.
       (narrow-to-region (point-max) (point-max))
       ;; Wait for new output.