mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
227eb74497
commit
75c23f5f85
1 changed files with 1 additions and 1 deletions
|
|
@ -4290,7 +4290,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
|
|||
(condition-case err
|
||||
(let ((debug-on-error t))
|
||||
(save-match-data (apply fn args)))
|
||||
(error (error (error-message-string err))))
|
||||
(error (signal (car err) (cdr err))))
|
||||
(ange-ftp-run-real-handler operation args))))
|
||||
|
||||
;; The following code is commented out because Tramp now deals with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue