\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.
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