diff options
| author | Glenn Morris | 2012-02-04 18:27:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-04 18:27:35 -0800 |
| commit | f8cdeef0bcc818188c6e299a23447ee49593342f (patch) | |
| tree | 116e421920790038e53012dc356a68576d01aedc | |
| parent | d6b1d5214c04cc112d77aa411a4b7a0b425af33a (diff) | |
| download | emacs-f8cdeef0bcc818188c6e299a23447ee49593342f.tar.gz emacs-f8cdeef0bcc818188c6e299a23447ee49593342f.zip | |
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 |
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 @@ | |||
| 1 | 2012-02-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook. | ||
| 4 | |||
| 1 | 2012-02-05 Juanma Barranquero <lekktu@gmail.com> | 5 | 2012-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. |