]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-font-lock-keywords-2): Add eval-at-startup
authorAndreas Schwab <schwab@suse.de>
Sun, 23 Oct 2005 09:45:44 +0000 (09:45 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 23 Oct 2005 09:45:44 +0000 (09:45 +0000)
and eval-next-after-load.

lisp/ChangeLog
lisp/font-lock.el

index bf0a708d2f148439844969426ee79d8a78de40e9..e15a3b6ef6afefd06790585119d0dd4f0f47ac7d 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-23  Andreas Schwab  <schwab@suse.de>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
+       and eval-next-after-load.
+
 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
 
        * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
index ed8e7143b25e3e43180baa863f997112b362289b..53a3a25f5d0e1aaa6fcf322dae305e8afd360bea 100644 (file)
@@ -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"