diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-11-07 20:41:15 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-11-07 20:41:15 +0000 |
commit | b08104a01d188359cad1244e25f76b84956a3e75 (patch) | |
tree | 91849c8676f177ced7d026f318043d952c180174 /lisp/net/tramp-cmds.el | |
parent | 855aae38de972893598dfb09d29555be496ced31 (diff) | |
download | emacs-b08104a01d188359cad1244e25f76b84956a3e75.tar.gz emacs-b08104a01d188359cad1244e25f76b84956a3e75.tar.bz2 emacs-b08104a01d188359cad1244e25f76b84956a3e75.zip |
* net/tramp.el (tramp-handle-substitute-in-file-name): Don't
expand the remote connection identification.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
before calling stty.
* net/tramp-cache.el (tramp-cache-print)
(tramp-dump-connection-properties): Fix docstring.
(tramp-list-connections): Renamed from
`tramp-cache-list-connections'.
* net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
* net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
remote connection identification when setting connection property.
* net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
"//" substitutes only in the local filename part.
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r-- | lisp/net/tramp-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 415d45f922d..7cf2bf3d923 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -66,7 +66,7 @@ When called interactively, a Tramp connection has to be selected." (tramp-file-name-user x) (tramp-file-name-host x) (tramp-file-name-localname x))) - (tramp-cache-list-connections))) + (tramp-list-connections))) name) (when connections |