* lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
authorGlenn Morris <rgm@gnu.org>
Fri, 21 Jun 2013 06:37:44 +0000 (23:37 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 21 Jun 2013 06:37:44 +0000 (23:37 -0700)
lisp/ChangeLog
lisp/font-lock.el

index 3901398..1b17147 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-21  Glenn Morris  <rgm@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
+
 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
            Daniel Hackney  <dan@haxney.org>
 
index 8f4363b..70ed73e 100644 (file)
@@ -2292,7 +2292,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
                 "eval-when-compile" "eval-when" "eval-next-after-load"
                 "with-case-table" "with-category-table" "with-coding-priority"
                 "with-current-buffer" "with-demoted-errors"
-                "with-electric-help"
+                "with-electric-help" "with-eval-after-load"
                 "with-local-quit" "with-no-warnings"
                 "with-output-to-string" "with-output-to-temp-buffer"
                 "with-selected-window" "with-selected-frame"