aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-08 16:46:59 +0000
committerRichard M. Stallman2004-11-08 16:46:59 +0000
commit18819b0f49f4bcadd4ee984699dd2a68dd9b4814 (patch)
tree3d161796691de06d831cf856a759eeba9ebb9253
parentd5d126ea02041a77bbe2012b0c82a38960ce7d5c (diff)
downloademacs-18819b0f49f4bcadd4ee984699dd2a68dd9b4814.tar.gz
emacs-18819b0f49f4bcadd4ee984699dd2a68dd9b4814.zip
*** empty log message ***
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 726eac5afdb..84a2728fcf0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,8 @@ 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** line-move-ignore-invisible now defaults to t.
102
101** In Outline mode, hide-body no longer hides lines at the top 103** In Outline mode, hide-body no longer hides lines at the top
102of the file that precede the first header line. 104of the file that precede the first header line.
103 105
@@ -2326,6 +2328,11 @@ configuration files.
2326 2328
2327* Lisp Changes in Emacs 21.4 2329* Lisp Changes in Emacs 21.4
2328 2330
2331** The new function syntax-after returns the syntax code
2332of the character after a specified buffer position, taking account
2333of text properties as well as the character code.
2334It returns the value compatibly with char-syntax.
2335
2329+++ 2336+++
2330** The new primitive `get-internal-run-time' returns the processor 2337** The new primitive `get-internal-run-time' returns the processor
2331run time used by Emacs since start-up. 2338run time used by Emacs since start-up.