]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 39013982477dd93ac0523be9603457f44a658c7c..1b1714711caf9c7e038b93a96237ce1ed30d3e05 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 8f4363b0bdfda971038022f6ca6ea72b37e72ea7..70ed73eb5ab8faba188d7bbaf71d1e4ccf65da0e 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"