aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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