aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLars Hansen <[email protected]>2004-09-25 06:56:03 +0000
committerLars Hansen <[email protected]>2004-09-25 06:56:03 +0000
commitb3df990b2d6338f160d418af8937686bedba9d53 (patch)
tree5b68185df77e0e627e72db1e182b70d62f9b05a8 /lisp
parent0869a86073876749fa7ef6ae65ee6aebfd88eb3a (diff)
(ls-lisp-format): Mark file names with poperty dired-filename.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ls-lisp.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6671dc67fb..a77f2206e5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-25 Lars Hansen <[email protected]>
+
+ * ls-lisp.el (ls-lisp-format): Mark file names with poperty
+ dired-filename.
+
2004-09-25 Kim F. Storm <[email protected]>
* ido.el (ido-max-directory-size): New defcustom.
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 521729b764..8944d4c20c 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -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"