]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 6 Aug 2007 07:23:39 +0000 (07:23 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 6 Aug 2007 07:23:39 +0000 (07:23 +0000)
lisp/net/ange-ftp.el

index a05d9126dcdb0aed6550a756910b1fc76e0958fd..67835c294fd9316a86a74c44fecb184cb67e25c0 100644 (file)
@@ -4279,7 +4279,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