emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107107: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
Date: Sat, 04 Feb 2012 18:27:35 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107107
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 18:27:35 -0800
message:
  * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
modified:
  lisp/ChangeLog
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-05 02:09:35 +0000
+++ b/lisp/ChangeLog    2012-02-05 02:27:35 +0000
@@ -1,3 +1,7 @@
+2012-02-05  Glenn Morris  <address@hidden>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
+
 2012-02-05  Juanma Barranquero  <address@hidden>
 
        * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2012-01-19 07:21:25 +0000
+++ b/lisp/font-lock.el 2012-02-05 02:27:35 +0000
@@ -2283,7 +2283,7 @@
                 "with-selected-window" "with-selected-frame"
                 "with-silent-modifications" "with-syntax-table"
                 "with-temp-buffer" "with-temp-file" "with-temp-message"
-                "with-timeout" "with-timeout-handler") t)
+                "with-timeout" "with-timeout-handler" "with-wrapper-hook") t)
          "\\>")
          .  1)
        ;; Control structures.  Common Lisp forms.


reply via email to

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