aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-04-24 23:29:39 +0000
committerLuc Teirlinck2004-04-24 23:29:39 +0000
commit21fb758865ac9a02efd9e2d1fab075da72747bf0 (patch)
tree9bc51a34d2d8db54fdaa71de1bf5e552c1fa3710
parent03e35edcfa8ff3794ff6de3c0be0545703d8c8d9 (diff)
downloademacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.tar.gz
emacs-21fb758865ac9a02efd9e2d1fab075da72747bf0.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog2
2 files changed, 6 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
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c72e0a642e4..c8ffbac18a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12004-04-24 Luc Teirlinck <teirllm@auburn.edu> 12004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4
3 * ielm.el (ielm-prompt-read-only): New user option. 5 * ielm.el (ielm-prompt-read-only): New user option.
4 (ielm-prompt): Expand docstring to describe new behavior. 6 (ielm-prompt): Expand docstring to describe new behavior.
5 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and 7 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and