aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-20 23:37:44 -0700
committerGlenn Morris2013-06-20 23:37:44 -0700
commit21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8 (patch)
treeddc916c6011688898be1f4b82fb3e7096dc7a3ae
parent6bfd7cd07ad3ebd242d230603b8e7cba6f7de95c (diff)
downloademacs-21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8.tar.gz
emacs-21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8.zip
* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
-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 39013982477..1b1714711ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-06-21 Glenn Morris <rgm@gnu.org>
2
3 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4
12013-06-21 Stefan Monnier <monnier@iro.umontreal.ca> 52013-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"