From: Glenn Morris Date: Sun, 5 Feb 2012 02:27:35 +0000 (-0800) Subject: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. X-Git-Tag: emacs-pretest-24.0.94~314 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8cdeef0bcc818188c6e299a23447ee49593342f;p=emacs.git * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8db7b4b1b89..31be29953ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-05 Glenn Morris + + * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. + 2012-02-05 Juanma Barranquero * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 95bdc815e18..befed33abba 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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.