Font-lock `cl-flet*', too.

* lisp/emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
Add "flet*" to intermediate var `cl-lib-kw'.
This commit is contained in:
Thien-Thi Nguyen 2014-09-28 10:03:48 +02:00
parent bbf5e14b38
commit 3ff1c9a8ea
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
Font-lock `cl-flet*', too.
* emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
Add "flet*" to intermediate var `cl-lib-kw'.
2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
* epg-config.el (epg-gpg-program): Use the plain program names rather

View file

@ -233,7 +233,7 @@
"etypecase" "ccase" "ctypecase" "loop" "do" "do*"
"the" "locally" "proclaim" "declaim" "letf" "go"
;; "lexical-let" "lexical-let*"
"symbol-macrolet" "flet" "destructuring-bind"
"symbol-macrolet" "flet" "flet*" "destructuring-bind"
"labels" "macrolet" "tagbody" "multiple-value-bind"
"block" "return" "return-from"))
(cl-lib-errs '("assert" "check-type"))