From: Kai Großjohann Date: Fri, 21 Feb 2003 16:33:24 +0000 (+0000) Subject: (abbreviate-file-name): Document removal of X-Git-Tag: ttn-vms-21-2-B4~11100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b69a0de98af9ef0331e36a5a5cad995695175078;p=emacs.git (abbreviate-file-name): Document removal of automounter prefixes. Reported by Lars Hansen. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89cb57f8727..db111fef828 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-21 Kai Gro,A_(Bjohann + + * files.el (abbreviate-file-name): Document removal of + automounter prefixes. Reported by Lars Hansen. + 2003-02-21 Kim F. Storm * emulation/cua-base.el: Add run-time check to catch users trying diff --git a/lisp/files.el b/lisp/files.el index a965cd6c08c..0eebc7d0391 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -996,7 +996,8 @@ Choose the buffer's name using `generate-new-buffer-name'." (defun abbreviate-file-name (filename) "Return a version of FILENAME shortened using `directory-abbrev-alist'. -This also substitutes \"~\" for the user's home directory. +This also substitutes \"~\" for the user's home directory and +removes automounter prefixes (see the variable `automount-dir-prefix'). Type \\[describe-variable] directory-abbrev-alist RET for more information." ;; Get rid of the prefixes added by the automounter. (if (and automount-dir-prefix