Mercurial > emacs
changeset 49900:f2039eaf90bb
(abbreviate-file-name): Document removal of
automounter prefixes. Reported by Lars Hansen.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 21 Feb 2003 16:33:24 +0000 |
parents | 34ca4a0f2b53 |
children | 71b3917cf40b |
files | lisp/ChangeLog lisp/files.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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