diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | ||
| 2331 | run 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 |
| 2331 | have mistakenly believed `interactively-p' did: it returns t if the | 2335 | have mistakenly believed `interactively-p' did: it returns t if the |
| 2332 | calling function was called through `call-interactively'. | 2336 | calling function was called through `call-interactively'. |