Mercurial > emacs
changeset 57219:fb4fab5030ec
(ls-lisp-format): Mark file names with poperty dired-filename.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Sat, 25 Sep 2004 06:55:44 +0000 |
parents | be7e07777f35 |
children | f041483364c1 |
files | lisp/ls-lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ls-lisp.el Sat Sep 25 06:54:17 2004 +0000 +++ b/lisp/ls-lisp.el Sat Sep 25 06:55:44 2004 +0000 @@ -534,7 +534,7 @@ " " (ls-lisp-format-time file-attr time-index now) " " - file-name + (propertize file-name 'dired-filename t) (if (stringp file-type) ; is a symbolic link (concat " -> " file-type)) "\n"