diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31264f720bf..08a3e4b3f3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-06-11 Michael Albinus + + * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' + to ignored backtrace functions. + 2011-06-11 Glenn Morris * calendar/appt.el (appt-disp-window-function): Doc fix. diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 8f1095a0486..9aff06031fc 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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)))