]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Apr 2004 23:29:39 +0000 (23:29 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Apr 2004 23:29:39 +0000 (23:29 +0000)
etc/NEWS
lisp/ChangeLog

index 9320ae291743a39591a649d32db70ce280aa2feb..e28ba30d3f403c1f69ffacd479047a952a71a3a7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -88,6 +88,10 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 21.4
 
+---
+** The IELM prompt is now, by default, read-only.  This can be
+controlled with the new user option `ielm-prompt-read-only'.
+
 ** You can now use next-error (C-x `) and previous-error to advance to
 the next/previous matching line found by M-x occur.
 
index c72e0a642e44a5fb5b4fdd1a62be659f0ff41873..c8ffbac18a618d310600ac927c3d3165256cde7d 100644 (file)
@@ -1,5 +1,7 @@
 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
 
+       * comint.el (comint-delete-output): Bind inhibit-read-only to t.
+
        * ielm.el (ielm-prompt-read-only): New user option.
        (ielm-prompt): Expand docstring to describe new behavior.
        (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and