emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat b3d1100 17/99: Prepend font-lock-preprocessor-fa


From: ELPA Syncer
Subject: [elpa] externals/compat b3d1100 17/99: Prepend font-lock-preprocessor-face to compatibility symbols
Date: Sun, 17 Oct 2021 05:57:49 -0400 (EDT)

branch: externals/compat
commit b3d11004c79f468bddec706b71f93d14f98dea82
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Prepend font-lock-preprocessor-face to compatibility symbols
---
 compat-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-macs.el b/compat-macs.el
index 95ce08d..418c8f0 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -94,7 +94,7 @@ attributes are handled, all others are ignored:
                       ',`((,(concat "\\_<\\("
                                     (regexp-quote (symbol-name name))
                                     "\\)\\_>")
-                           1 font-lock-preprocessor-face))))
+                           1 font-lock-preprocessor-face prepend))))
                  ,(funcall install-fn realname))))
     `(progn
        ,(funcall def-fn realname version)



reply via email to

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