aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a5277a8cb03..726eac5afdb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2327,6 +2327,10 @@ configuration files.
2327* Lisp Changes in Emacs 21.4 2327* Lisp Changes in Emacs 21.4
2328 2328
2329+++ 2329+++
2330** The new primitive `get-internal-run-time' returns the processor
2331run time used by Emacs since start-up.
2332
2333+++
2330** The new function `called-interactively-p' does what many people 2334** The new function `called-interactively-p' does what many people
2331have mistakenly believed `interactively-p' did: it returns t if the 2335have mistakenly believed `interactively-p' did: it returns t if the
2332calling function was called through `call-interactively'. 2336calling function was called through `call-interactively'.