]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-2): Add letf.
authorGlenn Morris <rgm@gnu.org>
Sat, 5 Sep 2009 21:00:39 +0000 (21:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 5 Sep 2009 21:00:39 +0000 (21:00 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 7b5dc9afe5c44e26c56fbae818e2b8c3205fbdc3..7b00d330159d96e1150df8311d8865d309534602 100644 (file)
@@ -1,5 +1,7 @@
 2009-09-05  Glenn Morris  <rgm@gnu.org>
 
+       * font-lock.el (lisp-font-lock-keywords-2): Add letf.
+
        * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
        (byte-compile-dest-file-function): New option.
        (byte-compile-dest-file): Doc fix.
index 45e8a70ee6d00bb02bee25c213c8479c4d7ed018..07d06c7b9c2754e852d41698c7f9cd7437c8e32b 100644 (file)
@@ -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"