# HG changeset patch # User Eli Zaretskii # Date 1099760742 0 # Node ID 3d41de3e385016ad1e923e92e5e178356c94fa50 # Parent 8e0225db36a11a4a033eb0d86ab79a238fdff0b8 Document get-internal-run-time. diff -r 8e0225db36a1 -r 3d41de3e3850 etc/NEWS --- 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'.