aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-08 17:00:42 +0000
committerRichard M. Stallman2004-11-08 17:00:42 +0000
commit1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36 (patch)
tree1d59380418342ef1ef8dee5986fa860f31794953 /etc
parentbbf416903285fdea95ee181dd65cb12332070b54 (diff)
downloademacs-1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36.tar.gz
emacs-1efc19ebfa52ff89bf07c2a8aebb92c4deef0a36.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 84a2728fcf0..d44e56ac860 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2331,7 +2331,9 @@ configuration files.
2331** The new function syntax-after returns the syntax code 2331** The new function syntax-after returns the syntax code
2332of the character after a specified buffer position, taking account 2332of the character after a specified buffer position, taking account
2333of text properties as well as the character code. 2333of text properties as well as the character code.
2334It returns the value compatibly with char-syntax. 2334It returns the value compatibly with char-syntax, except
2335that the value can be a list (SYNTAX . MATCHER) which says
2336what the matching character is.
2335 2337
2336+++ 2338+++
2337** The new primitive `get-internal-run-time' returns the processor 2339** The new primitive `get-internal-run-time' returns the processor