emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104564: * net/tramp.el (tramp-debug-


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104564: * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
Date: Sat, 11 Jun 2011 20:30:43 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104564
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-11 20:30:43 +0200
message:
  * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
  to ignored backtrace functions.
modified:
  lisp/ChangeLog
  lisp/net/tramp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-11 17:54:53 +0000
+++ b/lisp/ChangeLog    2011-06-11 18:30:43 +0000
@@ -1,3 +1,8 @@
+2011-06-11  Michael Albinus  <address@hidden>
+
+       * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
+       to ignored backtrace functions.
+
 2011-06-11  Glenn Morris  <address@hidden>
 
        * calendar/appt.el (appt-disp-window-function): Doc fix.

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2011-06-04 13:58:37 +0000
+++ b/lisp/net/tramp.el 2011-06-11 18:30:43 +0000
@@ -1316,7 +1316,8 @@
                         "tramp-debug-message"
                         "tramp-error"
                         "tramp-error-with-buffer"
-                        "tramp-message")
+                        "tramp-message"
+                        "tramp-with-progress-reporter")
                       t)
                      "$")
                     fn)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]