mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
(tramp-handle-load): Fix typo in error message.
This commit is contained in:
parent
1023b16920
commit
540bd57533
1 changed files with 1 additions and 1 deletions
|
|
@ -2095,7 +2095,7 @@ target of the symlink differ."
|
|||
file)))
|
||||
(unless noerror
|
||||
(when (not (file-exists-p file))
|
||||
(error "Cannot load nonexistant file `%s'" file)))
|
||||
(error "Cannot load nonexistent file `%s'" file)))
|
||||
(if (not (file-exists-p file))
|
||||
nil
|
||||
(unless nomessage
|
||||
|
|
|
|||
Loading…
Reference in a new issue