]> git.eshelyaron.com Git - emacs.git/commitdiff
(abbreviate-file-name): Document removal of
authorKai Großjohann <kgrossjo@eu.uu.net>
Fri, 21 Feb 2003 16:33:24 +0000 (16:33 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Fri, 21 Feb 2003 16:33:24 +0000 (16:33 +0000)
automounter prefixes.  Reported by Lars Hansen.

lisp/ChangeLog
lisp/files.el

index 89cb57f87275e0634cde2d6f2020dcb250b0b35b..db111fef828efb5a63097c1e1f05389c2058e18a 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * files.el (abbreviate-file-name): Document removal of
+       automounter prefixes.  Reported by Lars Hansen.
+
 2003-02-21  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-base.el: Add run-time check to catch users trying
index a965cd6c08c32ca2343b2f3a0dd43136d0de50b5..0eebc7d0391e5fce9aad9bb7d5858c0a5fbdd062 100644 (file)
@@ -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