*** empty log message ***

This commit is contained in:
Luc Teirlinck 2004-04-24 23:29:39 +00:00
parent 03e35edcfa
commit 21fb758865
2 changed files with 6 additions and 0 deletions

View file

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

View 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