Mercurial > emacs
changeset 55126:224d1d1861bb
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 24 Apr 2004 23:29:39 +0000 |
parents | 30d05d8a4694 |
children | 598e9ab0f662 |
files | etc/NEWS lisp/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <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