Fix Dired face for directory symlinks
* lisp/dired.el (dired-font-lock-keywords): Fontify directory symlinks with the value of dired-directory-face rather than its name as a (nonexistent) face (bug#60977).
This commit is contained in:
parent
37454de0c8
commit
c6613403e5
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ Subexpression 2 must end right before the \\n.")
|
||||||
'(dired-move-to-filename)
|
'(dired-move-to-filename)
|
||||||
nil
|
nil
|
||||||
'(1 dired-symlink-face)
|
'(1 dired-symlink-face)
|
||||||
'(2 '(face dired-directory-face dired-symlink-filename t))))
|
'(2 `(face ,dired-directory-face dired-symlink-filename t))))
|
||||||
;;
|
;;
|
||||||
;; Symbolic link to a non-directory.
|
;; Symbolic link to a non-directory.
|
||||||
(list dired-re-sym
|
(list dired-re-sym
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue