diff options
| author | Glenn Morris | 2013-06-20 23:37:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-20 23:37:44 -0700 |
| commit | 21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8 (patch) | |
| tree | ddc916c6011688898be1f4b82fb3e7096dc7a3ae | |
| parent | 6bfd7cd07ad3ebd242d230603b8e7cba6f7de95c (diff) | |
| download | emacs-21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8.tar.gz emacs-21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8.zip | |
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
| -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 39013982477..1b1714711ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. | ||
| 4 | |||
| 1 | 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | Daniel Hackney <dan@haxney.org> | 6 | Daniel Hackney <dan@haxney.org> |
| 3 | 7 | ||
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 8f4363b0bdf..70ed73eb5ab 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -2292,7 +2292,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and | |||
| 2292 | "eval-when-compile" "eval-when" "eval-next-after-load" | 2292 | "eval-when-compile" "eval-when" "eval-next-after-load" |
| 2293 | "with-case-table" "with-category-table" "with-coding-priority" | 2293 | "with-case-table" "with-category-table" "with-coding-priority" |
| 2294 | "with-current-buffer" "with-demoted-errors" | 2294 | "with-current-buffer" "with-demoted-errors" |
| 2295 | "with-electric-help" | 2295 | "with-electric-help" "with-eval-after-load" |
| 2296 | "with-local-quit" "with-no-warnings" | 2296 | "with-local-quit" "with-no-warnings" |
| 2297 | "with-output-to-string" "with-output-to-temp-buffer" | 2297 | "with-output-to-string" "with-output-to-temp-buffer" |
| 2298 | "with-selected-window" "with-selected-frame" | 2298 | "with-selected-window" "with-selected-frame" |