Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.66 emacs/lisp/net/tramp.el:1.67
*** emacs/lisp/net/tramp.el:1.66        Tue May 17 16:24:37 2005
--- emacs/lisp/net/tramp.el     Tue Jun 14 15:22:35 2005
***************
*** 5095,5101 ****
               (and (setq tramp-file-exists-command "ls -d %s")
                    (file-exists-p existing)
                    (not (file-exists-p nonexisting))))
!       (error "Couldn't find command to check if file exists."))))
  
  
  ;; CCC test ksh or bash found for tilde expansion?
--- 5095,5101 ----
               (and (setq tramp-file-exists-command "ls -d %s")
                    (file-exists-p existing)
                    (not (file-exists-p nonexisting))))
!       (error "Couldn't find command to check if file exists"))))
  
  
  ;; CCC test ksh or bash found for tilde expansion?
***************
*** 5131,5137 ****
                 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'"
                          tramp-shell-prompt-pattern shell-prompt-pattern))
          (pop-to-buffer (buffer-name))
!         (error "Couldn't find remote `%s' prompt." shell))
        (tramp-message
         9 "Setting remote shell prompt...")
        ;; Douglas Gray Stephens <[EMAIL PROTECTED]> says that we
--- 5131,5137 ----
                 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'"
                          tramp-shell-prompt-pattern shell-prompt-pattern))
          (pop-to-buffer (buffer-name))
!         (error "Couldn't find remote `%s' prompt" shell))
        (tramp-message
         9 "Setting remote shell prompt...")
        ;; Douglas Gray Stephens <[EMAIL PROTECTED]> says that we


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to