From 17048030f52b359d3baa09fb8f7a7c8c308ba666 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 27 Jul 2021 13:08:36 +0200 Subject: [PATCH] ; Fix last change in tramp.el --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2