From: Michael Albinus Date: Sat, 11 Jun 2011 18:30:43 +0000 (+0200) Subject: * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' X-Git-Tag: emacs-pretest-24.0.90~104^2~583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=def722bf0990b94cebf4c0761cd99dc3c0de6471;p=emacs.git * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' to ignored backtrace functions. --- 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)))