diff options
author | Thien-Thi Nguyen <ttn@gnu.org> | 2014-09-28 10:03:48 +0200 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnu.org> | 2014-09-28 10:03:48 +0200 |
commit | 3ff1c9a8ea8e7b792f89b807af056f6bf22c4b43 (patch) | |
tree | 73a3e18b3a7693e19b958c99f9d21fb6a6d3de4f /lisp/emacs-lisp/lisp-mode.el | |
parent | bbf5e14b387ee69a360cccefbf77c0bca792aab7 (diff) | |
download | emacs-3ff1c9a8ea8e7b792f89b807af056f6bf22c4b43.tar.gz emacs-3ff1c9a8ea8e7b792f89b807af056f6bf22c4b43.tar.bz2 emacs-3ff1c9a8ea8e7b792f89b807af056f6bf22c4b43.zip |
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'.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 57900e39bed..a13baf0ee22 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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")) |