diff options
| author | Richard M. Stallman | 2002-06-15 20:52:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-15 20:52:23 +0000 |
| commit | 5b6fe3531b35ddae914c8895ae2c764970cf915e (patch) | |
| tree | ec25f76c844f7e5b2c29ede5d7f1e801bb3a34e3 /lisp | |
| parent | c4f2cabda658e689347ea574b0f84570c93d2011 (diff) | |
| download | emacs-5b6fe3531b35ddae914c8895ae2c764970cf915e.tar.gz emacs-5b6fe3531b35ddae914c8895ae2c764970cf915e.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5f1eec5085..1f356d4c4e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,6 +10,9 @@ | |||
| 10 | 10 | ||
| 11 | 2002-06-15 Richard M. Stallman <rms@gnu.org> | 11 | 2002-06-15 Richard M. Stallman <rms@gnu.org> |
| 12 | 12 | ||
| 13 | * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix. | ||
| 14 | (batch-byte-recompile-directory): Undo previous change. | ||
| 15 | |||
| 13 | * comint.el (comint-skip-input): New function. | 16 | * comint.el (comint-skip-input): New function. |
| 14 | (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob) | 17 | (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob) |
| 15 | (comint-stop-subjob): Use comint-skip-input. | 18 | (comint-stop-subjob): Use comint-skip-input. |