aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5d08bd4d030..726eac5afdb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,9 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
98 98
99* Changes in Emacs 21.4 99* Changes in Emacs 21.4
100 100
101** In Outline mode, hide-body no longer hides lines at the top
102of the file that precede the first header line.
103
101+++ 104+++
102** `set-auto-mode' now gives the interpreter magic line (if present) 105** `set-auto-mode' now gives the interpreter magic line (if present)
103precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration 106precedence over the file name. Likewise an <?xml or <!DOCTYPE declaration
@@ -2324,6 +2327,10 @@ configuration files.
2324* Lisp Changes in Emacs 21.4 2327* Lisp Changes in Emacs 21.4
2325 2328
2326+++ 2329+++
2330** The new primitive `get-internal-run-time' returns the processor
2331run time used by Emacs since start-up.
2332
2333+++
2327** The new function `called-interactively-p' does what many people 2334** The new function `called-interactively-p' does what many people
2328have mistakenly believed `interactively-p' did: it returns t if the 2335have mistakenly believed `interactively-p' did: it returns t if the
2329calling function was called through `call-interactively'. 2336calling function was called through `call-interactively'.