diff options
| author | Michael Albinus | 2011-06-11 20:30:43 +0200 |
|---|---|---|
| committer | Michael Albinus | 2011-06-11 20:30:43 +0200 |
| commit | def722bf0990b94cebf4c0761cd99dc3c0de6471 (patch) | |
| tree | 71b6eedf71147976f1ab9f09c76c5936d7aa4c36 | |
| parent | 0a2bb1a9cfcd6948d2912882b6be53574b575327 (diff) | |
| download | emacs-def722bf0990b94cebf4c0761cd99dc3c0de6471.tar.gz emacs-def722bf0990b94cebf4c0761cd99dc3c0de6471.zip | |
* net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
to ignored backtrace functions.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31264f720bf..08a3e4b3f3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-06-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter' | ||
| 4 | to ignored backtrace functions. | ||
| 5 | |||
| 1 | 2011-06-11 Glenn Morris <rgm@gnu.org> | 6 | 2011-06-11 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * calendar/appt.el (appt-disp-window-function): Doc fix. | 8 | * 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)." | |||
| 1316 | "tramp-debug-message" | 1316 | "tramp-debug-message" |
| 1317 | "tramp-error" | 1317 | "tramp-error" |
| 1318 | "tramp-error-with-buffer" | 1318 | "tramp-error-with-buffer" |
| 1319 | "tramp-message") | 1319 | "tramp-message" |
| 1320 | "tramp-with-progress-reporter") | ||
| 1320 | t) | 1321 | t) |
| 1321 | "$") | 1322 | "$") |
| 1322 | fn))) | 1323 | fn))) |