1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(ls-lisp-format): Mark file names with poperty dired-filename.

This commit is contained in:
Lars Hansen 2004-09-25 06:56:03 +00:00
parent 0869a86073
commit b3df990b2d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-25 Lars Hansen <larsh@math.ku.dk>
* ls-lisp.el (ls-lisp-format): Mark file names with poperty
dired-filename.
2004-09-25 Kim F. Storm <storm@cua.dk>
* ido.el (ido-max-directory-size): New defcustom.

View File

@ -534,7 +534,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
" "
(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"