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


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to