Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3df990b
Commit
b3df990b
authored
Sep 25, 2004
by
Lars Hansen
Browse files
(ls-lisp-format): Mark file names with poperty dired-filename.
parent
0869a860
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/ls-lisp.el
lisp/ls-lisp.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b3df990b
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.
...
...
lisp/ls-lisp.el
View file @
b3df990b
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment