# HG changeset patch # User Kai Grojohann # Date 1045845204 0 # Node ID f2039eaf90bb8ab03beb4acad6e49d56fd16323d # Parent 34ca4a0f2b5361264f4a10d895ccf7c6bce31b5d (abbreviate-file-name): Document removal of automounter prefixes. Reported by Lars Hansen. diff -r 34ca4a0f2b53 -r f2039eaf90bb lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 21 12:50:58 2003 +0000 +++ b/lisp/ChangeLog Fri Feb 21 16:33:24 2003 +0000 @@ -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 -r 34ca4a0f2b53 -r f2039eaf90bb lisp/files.el --- a/lisp/files.el Fri Feb 21 12:50:58 2003 +0000 +++ b/lisp/files.el Fri Feb 21 16:33:24 2003 +0000 @@ -996,7 +996,8 @@ (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