From def722bf0990b94cebf4c0761cd99dc3c0de6471 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 11 Jun 2011 20:30:43 +0200 Subject: [PATCH] * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' to ignored backtrace functions. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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))) -- 2.39.2