From: Andrea Corallo Date: Sat, 10 Oct 2020 12:31:03 +0000 (+0200) Subject: * Fix LIMPLE latch block name coloring in "*Native-compile-Log*" X-Git-Tag: emacs-28.0.90~2727^2~379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8772e8b08fd269681f449fbe81172e2a2dad19f;p=emacs.git * Fix LIMPLE latch block name coloring in "*Native-compile-Log*" * lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Fix latch block name coloring. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 1c5a4975f24..a7da7d42e9c 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -493,7 +493,7 @@ Assume allocation class 'd-default as default." (1 font-lock-variable-name-face)) (,(rx (group-n 1 (or "entry" (seq (or "entry_" "entry_fallback_" "bb_") - (1+ num))))) + (1+ num) (? "_latch"))))) (1 font-lock-constant-face)) (,(rx "(" (group-n 1 (1+ (or word "-")))) (1 font-lock-keyword-face)))