* net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Jun 2011 18:30:43 +0000 (20:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 11 Jun 2011 18:30:43 +0000 (20:30 +0200)
to ignored backtrace functions.

lisp/ChangeLog
lisp/net/tramp.el

index 31264f7..08a3e4b 100644 (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.
index 8f1095a..9aff060 100644 (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)))