diff options
| author | Stefan Monnier | 2009-09-12 03:55:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-12 03:55:46 +0000 |
| commit | 45448e641a75f56a010396d664491dafe5c6d85a (patch) | |
| tree | f9b49b8b75d55eb8686eb3a33d27fb421d134546 /lisp/ChangeLog | |
| parent | 5766c380eec20a19844253cbb511922b6c70fc0b (diff) | |
| download | emacs-45448e641a75f56a010396d664491dafe5c6d85a.tar.gz emacs-45448e641a75f56a010396d664491dafe5c6d85a.zip | |
* 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/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33d7ca2f3ea..ac9426aebe7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * startup.el (tutorial-directory): Make it a defcustom. | ||
| 4 | Use custom-initialize-delay rather than eval-at-startup to set it. | ||
| 5 | * image.el (image-load-path): Make it a defcustom. | ||
| 6 | Use custom-initialize-delay rather than eval-at-startup to set it. | ||
| 7 | * subr.el (eval-at-startup): Remove. | ||
| 8 | * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup. | ||
| 9 | |||
| 3 | * subr.el (do-after-load-evaluation): Warn the user after loading an | 10 | * subr.el (do-after-load-evaluation): Warn the user after loading an |
| 4 | obsolete package. | 11 | obsolete package. |
| 5 | 12 | ||