projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb1a5b
)
* net/tramp.el (with-tramp-progress-reporter): Complete previous patch.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 2 Jun 2014 14:17:07 +0000
(16:17 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 2 Jun 2014 14:17:07 +0000
(16:17 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index d5678d826b62e67cf09a29d26974197608b8474a..deb89ed5894385bb0bc6722a1efd1f89263f8adc 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-1676,7
+1676,10
@@
without a visible progress reporter."
(prog1
(condition-case err
(progn ,@body)
- (error (tramp-message ,vec 6 "%s" (error-message-string err))))
+ (error
+ (tramp-message ,vec 6 "%s" (error-message-string err))
+ ;; Propagate the error.
+ (signal (car err) (cdr err))))
(setq cookie "done"))
;; Stop progress reporter.
(if tm (tramp-compat-funcall 'cancel-timer tm))