diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index caddc7f760..6765cc8dc9 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -841,9 +841,7 @@ ls-lisp-format " " (ls-lisp-format-time file-attr time-index) " " - (if (not (memq ?F switches)) ; ls-lisp-classify already did that - (propertize file-name 'dired-filename t) - file-name) + (propertize file-name 'dired-filename t) (if (stringp file-type) ; is a symbolic link (concat " -> " file-type)) "\n"