emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107614: * lisp/font-lock.el (lisp-fo


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107614: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.
Date: Fri, 16 Mar 2012 20:26:22 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107614
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2012-03-16 20:26:22 +0800
message:
  * lisp/font-lock.el (lisp-font-lock-keywords-2): Add letrec.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-03-16 07:21:23 +0000
+++ b/lisp/ChangeLog    2012-03-16 12:26:22 +0000
@@ -1,3 +1,7 @@
+2012-03-16  Leo Liu  <address@hidden>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
+
 2012-03-16  Aaron S. Hawley  <address@hidden>
 
        * tar-mode.el (tar-mode): Fix saving by conditionally undoing

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2012-02-28 08:17:21 +0000
+++ b/lisp/font-lock.el 2012-03-16 12:26:22 +0000
@@ -2284,7 +2284,7 @@
      `(;; 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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]