aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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)