diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-11 00:29:11 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-11 00:29:11 +0000 |
commit | c4c9b6f94a3674466da42083ba41ead89fb12866 (patch) | |
tree | 9032465c6c3104e069c49e493c22a79ba340e3f1 /etc | |
parent | 9ce1b62f960e9e0bd9d21f2e6ef3968880080e9d (diff) | |
download | emacs-c4c9b6f94a3674466da42083ba41ead89fb12866.tar.gz |
Add emacs-startup-time, emacs-uptime.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -131,6 +131,11 @@ run processes remotely. ** The new command `display-time-world' starts an updating time display using several time zones, in a buffer. + +** The new variable `emacs-startup-time' gives the time at which Emacs started. + +** The new function `emacs-uptime' returns the uptime of an Emacs instance. + * Startup Changes in Emacs 23.1 |