Mercurial > emacs
diff etc/NEWS @ 57991:3d41de3e3850
Document get-internal-run-time.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Nov 2004 17:05:42 +0000 |
parents | 11f6a1a4af7a |
children | fcf98b0adadc |
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'.