aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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