Mercurial > emacs
comparison lisp/net/tramp.el @ 64559:4c5dd75702fd
(tramp-handle-load): Fix typo in error message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 21 Jul 2005 09:49:07 +0000 |
parents | 18a818a2ee7c |
children | 34bd8e434dd7 187d6a1f84f7 |
comparison
equal
deleted
inserted
replaced
64558:19736ad15819 | 64559:4c5dd75702fd |
---|---|
2093 (string-match "\\.elc?\\'" file)) | 2093 (string-match "\\.elc?\\'" file)) |
2094 (error "File `%s' does not include a `.el' or `.elc' suffix" | 2094 (error "File `%s' does not include a `.el' or `.elc' suffix" |
2095 file))) | 2095 file))) |
2096 (unless noerror | 2096 (unless noerror |
2097 (when (not (file-exists-p file)) | 2097 (when (not (file-exists-p file)) |
2098 (error "Cannot load nonexistant file `%s'" file))) | 2098 (error "Cannot load nonexistent file `%s'" file))) |
2099 (if (not (file-exists-p file)) | 2099 (if (not (file-exists-p file)) |
2100 nil | 2100 nil |
2101 (unless nomessage | 2101 (unless nomessage |
2102 (message "Loading %s..." file)) | 2102 (message "Loading %s..." file)) |
2103 (let ((local-copy (file-local-copy file))) | 2103 (let ((local-copy (file-local-copy file))) |