diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-06 16:16:07 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-06 16:16:07 +0000 |
| commit | 81fe0060d543031cde8708e492a2203c6676f38d (patch) | |
| tree | 15be23c9bebcda6b9c5af2f795cc22b979fc3133 | |
| parent | 9b3e5667d07dfff83e0be98bb46f3c354ffc1647 (diff) | |
| download | emacs-81fe0060d543031cde8708e492a2203c6676f38d.tar.gz | |
* startup.el (before-init-time, after-init-time): Move into emacs.c.
(command-line): Set after-init-time to nil before initialization.
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f11d06cafa..25d1614ecab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-10-06 Chong Yidong <cyd@stupidchicken.com> + + * startup.el (before-init-time, after-init-time): Move into + emacs.c. + (command-line): Set after-init-time to nil before initialization. + 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com> * calc/calc-units.el (math-standard-units): Update the values |
