summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2023-01-25 14:24:39 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2023-01-25 14:32:42 +0000
commitc6613403e5cb5e2f0043d16530be046922d23f43 (patch)
treef9035da8363b99a7c468b3e2af5834d699fcb733
parent37454de0c8f07584a1604d54acc97e4bc1c9ddfc (diff)
downloademacs-c6613403e5cb5e2f0043d16530be046922d23f43.tar.gz
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).
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 42d15f27a54..2bcb28a0e00 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -789,7 +789,7 @@ Subexpression 2 must end right before the \\n.")
'(dired-move-to-filename)
nil
'(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.
(list dired-re-sym