[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/net/tramp.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/net/tramp.el |
Date: |
Thu, 21 Jul 2005 05:49:08 -0400 |
Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.69 emacs/lisp/net/tramp.el:1.70
*** emacs/lisp/net/tramp.el:1.69 Mon Jul 4 17:10:37 2005
--- emacs/lisp/net/tramp.el Thu Jul 21 09:49:07 2005
***************
*** 2095,2101 ****
file)))
(unless noerror
(when (not (file-exists-p file))
! (error "Cannot load nonexistant file `%s'" file)))
(if (not (file-exists-p file))
nil
(unless nomessage
--- 2095,2101 ----
file)))
(unless noerror
(when (not (file-exists-p file))
! (error "Cannot load nonexistent file `%s'" file)))
(if (not (file-exists-p file))
nil
(unless nomessage