Mercurial > emacs
changeset 104863:03f15a6c0c31
(lisp-font-lock-keywords-2): Add letf.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 05 Sep 2009 21:00:39 +0000 |
parents | 5ba38f143540 |
children | f1938074431e |
files | lisp/ChangeLog lisp/font-lock.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 05 19:11:24 2009 +0000 +++ b/lisp/ChangeLog Sat Sep 05 21:00:39 2009 +0000 @@ -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.
--- a/lisp/font-lock.el Sat Sep 05 19:11:24 2009 +0000 +++ b/lisp/font-lock.el Sat Sep 05 21:00:39 2009 +0000 @@ -2283,7 +2283,7 @@ "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"