Fix last patch.
This commit is contained in:
parent
74d3b20cf5
commit
936d5e5bb6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue