aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-11-16 14:16:41 +0000
committerMichael Albinus2008-11-16 14:16:41 +0000
commit2c5b3bddae39d1f4cbcaba0fd97a144b173e052c (patch)
treeb05d4d851f5fde941696571495331d409f1cda8c
parent59c3a9ad8c9f9ac3f85ed76e453f8c3be1679de9 (diff)
downloademacs-2c5b3bddae39d1f4cbcaba0fd97a144b173e052c.tar.gz
emacs-2c5b3bddae39d1f4cbcaba0fd97a144b173e052c.zip
* net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle
`file-name-as-directory'.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/net/tramp-smb.el2
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 59822ba5128..b67d5f11f36 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-11-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5
6 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
7 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle
8 `file-name-as-directory'.
9
12008-11-16 Chong Yidong <cyd@stupidchicken.com> 102008-11-16 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the 12 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index a3ac67e0b7a..af6cf93dd1e 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -150,7 +150,7 @@ See `tramp-actions-before-shell' for more info.")
150 (file-remote-p . tramp-handle-file-remote-p) 150 (file-remote-p . tramp-handle-file-remote-p)
151 (file-modes . tramp-handle-file-modes) 151 (file-modes . tramp-handle-file-modes)
152 (file-name-all-completions . tramp-smb-handle-file-name-all-completions) 152 (file-name-all-completions . tramp-smb-handle-file-name-all-completions)
153 ;; `file-name-as-directory' performed by default handler 153 (file-name-as-directory . tramp-handle-file-name-as-directory)
154 (file-name-completion . tramp-handle-file-name-completion) 154 (file-name-completion . tramp-handle-file-name-completion)
155 (file-name-directory . tramp-handle-file-name-directory) 155 (file-name-directory . tramp-handle-file-name-directory)
156 (file-name-nondirectory . tramp-handle-file-name-nondirectory) 156 (file-name-nondirectory . tramp-handle-file-name-nondirectory)