From: Glenn Morris Date: Fri, 21 Jun 2013 06:37:44 +0000 (-0700) Subject: * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~12 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8;p=emacs.git * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39013982477..1b1714711ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-21 Glenn Morris + + * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. + 2013-06-21 Stefan Monnier Daniel Hackney 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 "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"