]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): Color returns as red.
authorAndrea Corallo <akrl@sdf.org>
Thu, 31 Dec 2020 14:27:24 +0000 (15:27 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 1 Jan 2021 11:29:40 +0000 (12:29 +0100)
lisp/emacs-lisp/comp.el

index d7578fdcc07f134d6c3629b5a597c3e5132afd49..a6704e8c180154b3a8c450e9615babd1b3a3c6f3 100644 (file)
@@ -894,6 +894,8 @@ Assume allocation class 'd-default as default."
      (1 font-lock-function-name-face))
     (,(rx bol "(" (group-n 1 "phi"))
      (1 font-lock-variable-name-face))
+    (,(rx bol "(" (group-n 1 "return"))
+     (1 font-lock-warning-face))
     (,(rx (group-n 1 (or "entry"
                          (seq (or "entry_" "entry_fallback_" "bb_")
                               (1+ num) (? (or "_latch"