diff options
| author | Glenn Morris | 2009-09-05 21:00:39 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-05 21:00:39 +0000 |
| commit | cddaedb65b95e4a2d8672eaad64fdb3482d36c86 (patch) | |
| tree | 39fedc359a5830830993b3ee6f10ad0efdc6ef30 | |
| parent | 14ad89e13b4e6e466307c6c49102ed54d752a10e (diff) | |
| download | emacs-cddaedb65b95e4a2d8672eaad64fdb3482d36c86.tar.gz emacs-cddaedb65b95e4a2d8672eaad64fdb3482d36c86.zip | |
(lisp-font-lock-keywords-2): Add letf.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b5dc9afe5c..7b00d330159 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-09-05 Glenn Morris <rgm@gnu.org> | 1 | 2009-09-05 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * font-lock.el (lisp-font-lock-keywords-2): Add letf. | ||
| 4 | |||
| 3 | * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix. | 5 | * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix. |
| 4 | (byte-compile-dest-file-function): New option. | 6 | (byte-compile-dest-file-function): New option. |
| 5 | (byte-compile-dest-file): Doc fix. | 7 | (byte-compile-dest-file): Doc fix. |
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 | |||
| 2283 | "restart-bind" "restart-case" "in-package" | 2283 | "restart-bind" "restart-case" "in-package" |
| 2284 | "break" "ignore-errors" | 2284 | "break" "ignore-errors" |
| 2285 | "loop" "do" "do*" "dotimes" "dolist" "the" "locally" | 2285 | "loop" "do" "do*" "dotimes" "dolist" "the" "locally" |
| 2286 | "proclaim" "declaim" "declare" "symbol-macrolet" | 2286 | "proclaim" "declaim" "declare" "symbol-macrolet" "letf" |
| 2287 | "lexical-let" "lexical-let*" "flet" "labels" "compiler-let" | 2287 | "lexical-let" "lexical-let*" "flet" "labels" "compiler-let" |
| 2288 | "destructuring-bind" "macrolet" "tagbody" "block" "go" | 2288 | "destructuring-bind" "macrolet" "tagbody" "block" "go" |
| 2289 | "multiple-value-bind" "multiple-value-prog1" | 2289 | "multiple-value-bind" "multiple-value-prog1" |