# HG changeset patch # User Luc Teirlinck # Date 1082849379 0 # Node ID 224d1d1861bb3c29dd5665803e1602e83a6a5f4a # Parent 30d05d8a469457c20aec185b0db3ddc9b3475a9e *** empty log message *** diff -r 30d05d8a4694 -r 224d1d1861bb etc/NEWS --- a/etc/NEWS Sat Apr 24 23:28:37 2004 +0000 +++ b/etc/NEWS Sat Apr 24 23:29:39 2004 +0000 @@ -88,6 +88,10 @@ * 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. diff -r 30d05d8a4694 -r 224d1d1861bb lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 24 23:28:37 2004 +0000 +++ b/lisp/ChangeLog Sat Apr 24 23:29:39 2004 +0000 @@ -1,5 +1,7 @@ 2004-04-24 Luc Teirlinck + * 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