Mercurial > emacs
changeset 55225:4edcb259ac74
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 29 Apr 2004 03:47:39 +0000 |
parents | 649d109f3222 |
children | e3dae0e8c99e 141388e31bb7 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 29 03:45:05 2004 +0000 +++ b/lisp/ChangeLog Thu Apr 29 03:47:39 2004 +0000 @@ -1,3 +1,18 @@ +2004-04-28 Luc Teirlinck <teirllm@auburn.edu> + + * comint.el (comint-prompt-read-only): New variable. + (comint-output-filter): Implement it. + + * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring. + (ielm-prompt-internal): New variable. + (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword. + (ielm-send-input): Delete unused variable `buf'. + (ielm-eval-input): Use `ielm-prompt-internal'. + (inferior-emacs-lisp-mode): Use new variables + `comint-prompt-read-only' and `ielm-prompt-internal'. + Get rid of obsolete variable `directory-sep-char'. + (ielm): Use `zerop'. + 2004-04-29 John Paul Wallington <jpw@gnu.org> * thumbs.el (toplevel): Require cl at compile time.