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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el [lexbind]
Date: Wed, 06 Oct 2004 01:44:23 -0400

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.42.4.4 emacs/lisp/ls-lisp.el:1.42.4.5
*** emacs/lisp/ls-lisp.el:1.42.4.4      Sun Dec 28 05:19:57 2003
--- emacs/lisp/ls-lisp.el       Wed Oct  6 05:21:51 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]