mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +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
2 changed files with 7 additions and 1 deletions
|
|
@ -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 a new issue