aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-02-16 23:18:58 +0000
committerJuri Linkov2008-02-16 23:18:58 +0000
commitb3cf10d7fe819bf16634532a1357c0eca6b68884 (patch)
tree541dc24843d0f4231460197d3c4fedc89b727cb1
parent24d6c292eca4dffd5d77a8138ccdc39056efe917 (diff)
downloademacs-b3cf10d7fe819bf16634532a1357c0eca6b68884.tar.gz
emacs-b3cf10d7fe819bf16634532a1357c0eca6b68884.zip
Add after-init-time and emacs-init-time.
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c2f681b1ae..c2501f3bc3d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -136,10 +136,14 @@ using several time zones, in a buffer.
136readable string of days, hours, etc. 136readable string of days, hours, etc.
137 137
138** The new variable `before-init-time' records the value of `current-time' 138** The new variable `before-init-time' records the value of `current-time'
139when Emacs begins initialization. 139when Emacs begins initialization, and the new variable `after-init-time'
140records the value of `current-time' after loading the init files.
140 141
141** The new function `emacs-uptime' returns the uptime of an Emacs instance. 142** The new function `emacs-uptime' returns the uptime of an Emacs instance.
142 143
144** The new function `emacs-init-time' returns the duration of the
145Emacs initialization.
146
143 147
144* Startup Changes in Emacs 23.1 148* Startup Changes in Emacs 23.1
145 149