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:
parent
124a3cb60b
commit
17048030f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue