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:
parent
0869a86073
commit
b3df990b2d
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user