summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-05 21:00:39 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-05 21:00:39 +0000
commitcddaedb65b95e4a2d8672eaad64fdb3482d36c86 (patch)
tree39fedc359a5830830993b3ee6f10ad0efdc6ef30 /lisp/font-lock.el
parent14ad89e13b4e6e466307c6c49102ed54d752a10e (diff)
downloademacs-cddaedb65b95e4a2d8672eaad64fdb3482d36c86.tar.gz
(lisp-font-lock-keywords-2): Add letf.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 45e8a70ee6d..07d06c7b9c2 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2283,7 +2283,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
"restart-bind" "restart-case" "in-package"
"break" "ignore-errors"
"loop" "do" "do*" "dotimes" "dolist" "the" "locally"
- "proclaim" "declaim" "declare" "symbol-macrolet"
+ "proclaim" "declaim" "declare" "symbol-macrolet" "letf"
"lexical-let" "lexical-let*" "flet" "labels" "compiler-let"
"destructuring-bind" "macrolet" "tagbody" "block" "go"
"multiple-value-bind" "multiple-value-prog1"