diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 025fdf30447..ce83691ca0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2002-06-15 Richard M. Stallman <rms@gnu.org> | 1 | 2002-06-15 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * comint.el (comint-skip-input): New function. | ||
| 4 | (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob) | ||
| 5 | (comint-stop-subjob): Use comint-skip-input. | ||
| 6 | |||
| 3 | * ielm.el (ielm-eval-input): Use error-message-string. | 7 | * ielm.el (ielm-eval-input): Use error-message-string. |
| 4 | (ielm-format-error, ielm-format-errors): Functions deleted. | 8 | (ielm-format-error, ielm-format-errors): Functions deleted. |
| 5 | 9 | ||