diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -136,10 +136,14 @@ using several time zones, in a buffer. | |||
| 136 | readable string of days, hours, etc. | 136 | readable 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' |
| 139 | when Emacs begins initialization. | 139 | when Emacs begins initialization, and the new variable `after-init-time' |
| 140 | records 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 | ||
| 145 | Emacs initialization. | ||
| 146 | |||
| 143 | 147 | ||
| 144 | * Startup Changes in Emacs 23.1 | 148 | * Startup Changes in Emacs 23.1 |
| 145 | 149 | ||