mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Fix last change, again
This commit is contained in:
parent
7e0a449464
commit
b1a5151dbb
|
|
@ -2257,8 +2257,7 @@ without a visible progress reporter."
|
|||
;; Stop progress reporter.
|
||||
(when (and tm pr)
|
||||
(cancel-timer tm)
|
||||
(cl-letf (((symbol-function #'progress-reporter-echo-area)
|
||||
#'ignore))
|
||||
(let (message-log-max)
|
||||
(progress-reporter-done pr)))
|
||||
(tramp-message ,vec ,level "%s...%s" ,message cookie)))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue