emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 c6613403e5 2/2: Fix Dired face for directory symlinks


From: Basil L. Contovounesios
Subject: emacs-29 c6613403e5 2/2: Fix Dired face for directory symlinks
Date: Wed, 25 Jan 2023 09:33:01 -0500 (EST)

branch: emacs-29
commit c6613403e5cb5e2f0043d16530be046922d23f43
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    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).
---
 lisp/dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired.el b/lisp/dired.el
index 42d15f27a5..2bcb28a0e0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]