From: Michael Albinus Date: Tue, 27 Jul 2021 11:08:36 +0000 (+0200) Subject: ; Fix last change in tramp.el X-Git-Tag: emacs-28.0.90~1680 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17048030f52b359d3baa09fb8f7a7c8c308ba666;p=emacs.git ; Fix last change in tramp.el --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2a664b6f791..51d5d068712 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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.