Re: master e4df903f6b5 2/2: ; Fix last change
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> * lisp/net/tramp.el (with-tramp-progress-reporter): > Deactivate `progress-reporter-echo-area' when calling > `progress-reporter-done'. We call `tramp-message' instead. [...] > + (when (and tm pr) > + (cancel-timer tm) > + (cl-letf (((symbol-function #'progress-reporter-echo-area) > + #'ignore)) > + (progress-reporter-done pr))) Yuck. === Stefan