emacs-31 30539fe149b 3/3: Backport: ; Fix last change, again
Michael Albinus via Mailing list for Emacs changes <[email protected]> Fri, 24 Jul 2026 10:37:55 -0400 (EDT)
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 30539fe149b9470ae724a4b5128905a3bdfcafcc Author: Michael Albinus <[email protected]> Commit: Michael Albinus <[email protected]> Backport: ; Fix last change, again (cherry picked from commit b1a5151dbbe1579c77fbc61f11f39ae3f709cf23) --- lisp/net/tramp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 4246e82080f..eb0bc649d69 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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)))))