From 21e3f963e7472f5b9721ff9dc5b683efc6b3e9b8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 20 Jun 2013 23:37:44 -0700 Subject: [PATCH] * lisp/font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load. --- lisp/ChangeLog | 4 ++++ lisp/font-lock.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.39.2