emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el
Date: Sat, 25 Sep 2004 03:02:33 -0400

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.53 emacs/lisp/ls-lisp.el:1.54
*** emacs/lisp/ls-lisp.el:1.53  Sat Dec 27 18:12:20 2003
--- emacs/lisp/ls-lisp.el       Sat Sep 25 06:55:44 2004
***************
*** 534,540 ****
            " "
            (ls-lisp-format-time file-attr time-index now)
            " "
!           file-name
            (if (stringp file-type)     ; is a symbolic link
                (concat " -> " file-type))
            "\n"
--- 534,540 ----
            " "
            (ls-lisp-format-time file-attr time-index now)
            " "
!           (propertize file-name 'dired-filename t)
            (if (stringp file-type)     ; is a symbolic link
                (concat " -> " file-type))
            "\n"




reply via email to

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