summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2005-10-23 09:45:44 +0000
committerAndreas Schwab <schwab@suse.de>2005-10-23 09:45:44 +0000
commit9f40e1d51e7d555119d5e6de61c27bf7c9e4706e (patch)
tree0ea897dce9e489dcbe44ac46bf26c38b411e508c /lisp/font-lock.el
parent4bdce438637b7b9f7024f7ce34bae81b3a033e55 (diff)
downloademacs-9f40e1d51e7d555119d5e6de61c27bf7c9e4706e.tar.gz
(lisp-font-lock-keywords-2): Add eval-at-startup
and eval-next-after-load.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
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"