branch: externals/compat
commit b3d11004c79f468bddec706b71f93d14f98dea82
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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