1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix last change in tramp.el

This commit is contained in:
Michael Albinus 2021-07-27 13:08:36 +02:00
parent 124a3cb60b
commit 17048030f5

View 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.