From 9f40e1d51e7d555119d5e6de61c27bf7c9e4706e Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 23 Oct 2005 09:45:44 +0000 Subject: [PATCH] (lisp-font-lock-keywords-2): Add eval-at-startup and eval-next-after-load. --- lisp/ChangeLog | 5 +++++ lisp/font-lock.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf0a708d2f1..e15a3b6ef6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-10-23 Andreas Schwab + + * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup + and eval-next-after-load. + 2005-10-23 MIYOSHI Masanori (tiny change) * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't diff --git a/lisp/font-lock.el b/lisp/font-lock.el index ed8e7143b25..53a3a25f5d0 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2035,7 +2035,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." "save-match-data" "save-current-buffer" "unwind-protect" "condition-case" "track-mouse" "eval-after-load" "eval-and-compile" "eval-when-compile" - "eval-when" + "eval-when" "eval-at-startup" "eval-next-after-load" "with-category-table" "with-current-buffer" "with-electric-help" "with-local-quit" "with-no-warnings" -- 2.11.4.GIT