aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-04 18:27:35 -0800
committerGlenn Morris2012-02-04 18:27:35 -0800
commitf8cdeef0bcc818188c6e299a23447ee49593342f (patch)
tree116e421920790038e53012dc356a68576d01aedc
parentd6b1d5214c04cc112d77aa411a4b7a0b425af33a (diff)
downloademacs-f8cdeef0bcc818188c6e299a23447ee49593342f.tar.gz
emacs-f8cdeef0bcc818188c6e299a23447ee49593342f.zip
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/font-lock.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8db7b4b1b89..31be29953ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-02-05 Glenn Morris <rgm@gnu.org>
2
3 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
4
12012-02-05 Juanma Barranquero <lekktu@gmail.com> 52012-02-05 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'. 7 * 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
2283 "with-selected-window" "with-selected-frame" 2283 "with-selected-window" "with-selected-frame"
2284 "with-silent-modifications" "with-syntax-table" 2284 "with-silent-modifications" "with-syntax-table"
2285 "with-temp-buffer" "with-temp-file" "with-temp-message" 2285 "with-temp-buffer" "with-temp-file" "with-temp-message"
2286 "with-timeout" "with-timeout-handler") t) 2286 "with-timeout" "with-timeout-handler" "with-wrapper-hook") t)
2287 "\\>") 2287 "\\>")
2288 . 1) 2288 . 1)
2289 ;; Control structures. Common Lisp forms. 2289 ;; Control structures. Common Lisp forms.