From f8cdeef0bcc818188c6e299a23447ee49593342f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 4 Feb 2012 18:27:35 -0800 Subject: [PATCH] * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. --- lisp/ChangeLog | 4 ++++ lisp/font-lock.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.2