summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-09-12 03:55:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-09-12 03:55:46 +0000
commit45448e641a75f56a010396d664491dafe5c6d85a (patch)
treef9b49b8b75d55eb8686eb3a33d27fb421d134546 /lisp/font-lock.el
parent5766c380eec20a19844253cbb511922b6c70fc0b (diff)
downloademacs-45448e641a75f56a010396d664491dafe5c6d85a.tar.gz
* startup.el (tutorial-directory): Make it a defcustom.
Use custom-initialize-delay rather than eval-at-startup to set it. * image.el (image-load-path): Make it a defcustom. Use custom-initialize-delay rather than eval-at-startup to set it. * subr.el (eval-at-startup): Remove. * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
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 07d06c7b9c2..4d8198292f8 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -2265,7 +2265,7 @@ in which C preprocessor directives are used. e.g. `asm-mode' and
"save-match-data" "save-current-buffer"
"unwind-protect" "condition-case" "track-mouse"
"eval-after-load" "eval-and-compile" "eval-when-compile"
- "eval-when" "eval-at-startup" "eval-next-after-load"
+ "eval-when" "eval-next-after-load"
"with-case-table" "with-category-table"
"with-current-buffer" "with-electric-help"
"with-local-quit" "with-no-warnings"