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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el [emacs-unicode-2]
Date: Sat, 25 Sep 2004 08:28:44 -0400

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.50.4.1 emacs/lisp/ls-lisp.el:1.50.4.2
*** emacs/lisp/ls-lisp.el:1.50.4.1      Fri Apr 16 12:50:07 2004
--- emacs/lisp/ls-lisp.el       Sat Sep 25 12:05:25 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]