1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

(lisp-font-lock-keywords-2): Add letf.

This commit is contained in:
Glenn Morris 2009-09-05 21:00:39 +00:00
parent 14ad89e13b
commit cddaedb65b
2 changed files with 3 additions and 1 deletions

View 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.

View 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"