aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-21 09:49:07 +0000
committerJuanma Barranquero2005-07-21 09:49:07 +0000
commit540bd575333c89d2efd1559bbdede6476529eb4f (patch)
tree18c6f1d44f9ce5a758475e28126792e6a494bc8e
parent1023b16920359abb5891d702b67c7aed0fd648ca (diff)
downloademacs-540bd575333c89d2efd1559bbdede6476529eb4f.tar.gz
emacs-540bd575333c89d2efd1559bbdede6476529eb4f.zip
(tramp-handle-load): Fix typo in error message.
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 6d6e606e5e5..9b029a17074 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -2095,7 +2095,7 @@ target of the symlink differ."
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