]> code.delx.au - gnu-emacs/commitdiff
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.
authorLeo Liu <sdl.web@gmail.com>
Fri, 16 Mar 2012 12:26:22 +0000 (20:26 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 16 Mar 2012 12:26:22 +0000 (20:26 +0800)
lisp/ChangeLog
lisp/font-lock.el

index 3fd5cbfcf26195b64698cb75dff3a4e857be9b3a..67ab591b7ea61a7450152bc02296572d12144d5a 100644 (file)
@@ -1,3 +1,7 @@
+2012-03-16  Leo Liu  <sdl.web@gmail.com>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
+
 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
 
        * tar-mode.el (tar-mode): Fix saving by conditionally undoing
index 4222791705b98793941d4c95a7ba7925c0ae5b9a..b65828ca1d7673de2a59536e2a9f2cf15b205dc0 100644 (file)
@@ -2284,7 +2284,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
      `(;; Control structures.  Emacs Lisp forms.
        (,(concat
          "(" (regexp-opt
-              '("cond" "if" "while" "while-no-input" "let" "let*"
+              '("cond" "if" "while" "while-no-input" "let" "let*" "letrec"
                 "prog" "progn" "progv" "prog1" "prog2" "prog*"
                 "inline" "lambda" "save-restriction" "save-excursion"
                 "save-selected-window" "save-window-excursion"