diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-09-21 05:24:06 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-09-21 05:24:06 +0000 |
commit | d037d5016819bf00d84fafdfd228729949ba645f (patch) | |
tree | b3c5f9bb13db1dd5f1e59db5cfca4b380e88a2a1 /lisp/net/tramp-smb.el | |
parent | a1bd37ee66f78db6b882863c4b0bd88c43ca3a9a (diff) | |
download | emacs-d037d5016819bf00d84fafdfd228729949ba645f.tar.gz |
* rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
(rfn-eshadow-update-overlay-hook): New defvars.
(rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay): Run
the hooks.
* net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
(tramp-rfn-eshadow-setup-minibuffer)
(tramp-rfn-eshadow-update-overlay): New defuns. Hook into
rfn-eshadow.el.
* net/tramp-smb.el (tramp-smb-errors): Add error message for call
timeout.
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r-- | lisp/net/tramp-smb.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 5dbf12955d7..c7ea3a12163 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -79,6 +79,7 @@ '(;; Connection error / timeout "Connection to \\S-+ failed" "Read from server failed, maybe it closed the connection" + "Call timed out: server did not respond" ;; Samba "ERRDOS" "ERRSRV" |