Mercurial > emacs
changeset 57991:3d41de3e3850
Document get-internal-run-time.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2004 17:05:42 +0000 |
parents | 8e0225db36a1 |
children | 246495a34603 |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 06 17:04:23 2004 +0000 +++ b/etc/NEWS Sat Nov 06 17:05:42 2004 +0000 @@ -2327,6 +2327,10 @@ * Lisp Changes in Emacs 21.4 +++ +** The new primitive `get-internal-run-time' returns the processor +run time used by Emacs since start-up. + ++++ ** The new function `called-interactively-p' does what many people have mistakenly believed `interactively-p' did: it returns t if the calling function was called through `call-interactively'.