mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
Add after-init-time and emacs-init-time.
This commit is contained in:
parent
24d6c292ec
commit
b3cf10d7fe
1 changed files with 5 additions and 1 deletions
6
etc/NEWS
6
etc/NEWS
|
|
@ -136,10 +136,14 @@ using several time zones, in a buffer.
|
|||
readable string of days, hours, etc.
|
||||
|
||||
** The new variable `before-init-time' records the value of `current-time'
|
||||
when Emacs begins initialization.
|
||||
when Emacs begins initialization, and the new variable `after-init-time'
|
||||
records the value of `current-time' after loading the init files.
|
||||
|
||||
** The new function `emacs-uptime' returns the uptime of an Emacs instance.
|
||||
|
||||
** The new function `emacs-init-time' returns the duration of the
|
||||
Emacs initialization.
|
||||
|
||||
|
||||
* Startup Changes in Emacs 23.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue