emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 21 Feb 2003 11:33:25 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.637 emacs/lisp/files.el:1.638
*** emacs/lisp/files.el:1.637   Mon Feb 17 01:18:32 2003
--- emacs/lisp/files.el Fri Feb 21 11:33:24 2003
***************
*** 996,1002 ****
  
  (defun abbreviate-file-name (filename)
    "Return a version of FILENAME shortened using `directory-abbrev-alist'.
! This also substitutes \"~\" for the user's home directory.
  Type \\[describe-variable] directory-abbrev-alist RET for more information."
    ;; Get rid of the prefixes added by the automounter.
    (if (and automount-dir-prefix
--- 996,1003 ----
  
  (defun abbreviate-file-name (filename)
    "Return a version of FILENAME shortened using `directory-abbrev-alist'.
! 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]