mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
to ignored backtrace functions.
This commit is contained in:
parent
0a2bb1a9cf
commit
def722bf09
@ -1,3 +1,8 @@
|
||||
2011-06-11 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
|
||||
to ignored backtrace functions.
|
||||
|
||||
2011-06-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* calendar/appt.el (appt-disp-window-function): Doc fix.
|
||||
|
@ -1316,7 +1316,8 @@ ARGS to actually emit the message (if applicable)."
|
||||
"tramp-debug-message"
|
||||
"tramp-error"
|
||||
"tramp-error-with-buffer"
|
||||
"tramp-message")
|
||||
"tramp-message"
|
||||
"tramp-with-progress-reporter")
|
||||
t)
|
||||
"$")
|
||||
fn)))
|
||||
|
Loading…
Reference in New Issue
Block a user