* 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 8db7b4b..31be299 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 95bdc81..befed33 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.