aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck2004-04-24 23:29:39 +0000
committerLuc Teirlinck2004-04-24 23:29:39 +0000
commit21fb758865ac9a02efd9e2d1fab075da72747bf0 (patch)
tree9bc51a34d2d8db54fdaa71de1bf5e552c1fa3710 /etc
parent03e35edcfa8ff3794ff6de3c0be0545703d8c8d9 (diff)
downloademacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.tar.gz
emacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9320ae29174..e28ba30d3f4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,10 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
88 88
89* Changes in Emacs 21.4 89* Changes in Emacs 21.4
90 90
91---
92** The IELM prompt is now, by default, read-only. This can be
93controlled with the new user option `ielm-prompt-read-only'.
94
91** You can now use next-error (C-x `) and previous-error to advance to 95** You can now use next-error (C-x `) and previous-error to advance to
92the next/previous matching line found by M-x occur. 96the next/previous matching line found by M-x occur.
93 97