1
0
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:
Michael Albinus 2011-06-11 20:30:43 +02:00
parent 0a2bb1a9cf
commit def722bf09
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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)))