From: Luc Teirlinck Date: Sat, 24 Apr 2004 23:29:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21fb758865ac9a02efd9e2d1fab075da72747bf0;p=emacs.git *** empty log message *** --- 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. * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index c72e0a642e4..c8ffbac18a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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