From b69a0de98af9ef0331e36a5a5cad995695175078 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Fri, 21 Feb 2003 16:33:24 +0000 Subject: [PATCH] (abbreviate-file-name): Document removal of automounter prefixes. Reported by Lars Hansen. --- lisp/ChangeLog | 5 +++++ lisp/files.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.2