* lisp/net/tramp.el (tramp-accept-process-output): Use `push'.

This commit is contained in:
Michael Albinus 2019-03-28 11:43:09 +01:00
parent 7f129f2ecf
commit 2654c0b61b

View file

@ -4081,7 +4081,7 @@ for process communication also."
;; Enable our progress reporter.
(dolist (timer tl)
(if (eq (timer--function timer) #'tramp-progress-reporter-update)
(add-to-list 'timer-list timer)))
(push timer timer-list)))
;; JUST-THIS-ONE is set due to Bug#12145.
(tramp-message
proc 10 "%s %s %s %s\n%s"