]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 31264f720bfd300abb0e06e7a72957879d2f722b..08a3e4b3f3e06d1df0492bad3341977602f26bf9 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 8f1095a04868e010298db235b7aad1e328f4b63d..9aff06031fc97ae27eb07aed5d82da832e86582d 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)))