Fix last patch.

This commit is contained in:
Michael Albinus 2014-12-21 16:19:26 +01:00
parent 74d3b20cf5
commit 936d5e5bb6

View file

@ -3088,7 +3088,8 @@ User is always nil."
(with-parsed-tramp-file-name filename nil
(unwind-protect
(if (not (file-exists-p filename))
(tramp-message v 0 "(New file)")
(tramp-error
v 'file-error "File `%s' not found on remote host" filename)
(with-tramp-progress-reporter
v 3 (format "Inserting `%s'" filename)