]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
authorGlenn Morris <rgm@gnu.org>
Sun, 5 Feb 2012 02:27:35 +0000 (18:27 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 5 Feb 2012 02:27:35 +0000 (18:27 -0800)
lisp/ChangeLog
lisp/font-lock.el

index 8db7b4b1b89e9cf759797b33d8d2c315aacfdfb0..31be29953aee6887e1e267e02eff6443a7cbaba8 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-05  Glenn Morris  <rgm@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
+
 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
index 95bdc815e18393e064efd9346c91a68f5a7ad7ed..befed33abba16c67e34a6462ffe5e559819bfd11 100644 (file)
@@ -2283,7 +2283,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
                 "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.