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: Sat, 22 Feb 2003 15:27:52 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.638 emacs/lisp/files.el:1.639
*** emacs/lisp/files.el:1.638   Fri Feb 21 11:33:24 2003
--- emacs/lisp/files.el Sat Feb 22 15:27:51 2003
***************
*** 997,1004 ****
  (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
           (string-match automount-dir-prefix filename)
--- 997,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')."
    ;; Get rid of the prefixes added by the automounter.
    (if (and automount-dir-prefix
           (string-match automount-dir-prefix filename)




reply via email to

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