# HG changeset patch # User Juanma Barranquero # Date 1118762555 0 # Node ID 9d665488ae5aa08178751de856a33c0c8de639fa # Parent 8269aa11cce4d598344056038cb379088a5c64d4 (tramp-find-file-exists-command, tramp-find-shell): Follow error conventions. diff -r 8269aa11cce4 -r 9d665488ae5a lisp/net/tramp.el --- a/lisp/net/tramp.el Tue Jun 14 15:21:33 2005 +0000 +++ b/lisp/net/tramp.el Tue Jun 14 15:22:35 2005 +0000 @@ -5095,7 +5095,7 @@ (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.")))) + (error "Couldn't find command to check if file exists")))) ;; CCC test ksh or bash found for tilde expansion? @@ -5131,7 +5131,7 @@ 60 (format "\\(\\(%s\\)\\|\\(%s\\)\\)\\'" tramp-shell-prompt-pattern shell-prompt-pattern)) (pop-to-buffer (buffer-name)) - (error "Couldn't find remote `%s' prompt." shell)) + (error "Couldn't find remote `%s' prompt" shell)) (tramp-message 9 "Setting remote shell prompt...") ;; Douglas Gray Stephens says that we