diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfcdb82d84a..06ec05e464b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | 2000-08-12 Miles Bader <miles@gnu.org> | 1 | 2000-08-12 Miles Bader <miles@gnu.org> |
| 2 | |||
| 3 | * comint.el (comint-output-filter): Don't bother frobbing | ||
| 4 | window-start, it doesn't seem to be necessary. | ||
| 2 | 5 | ||
| 3 | * comint.el (comint-send-string, comint-send-region): Make into | 6 | * comint.el (comint-send-string, comint-send-region): Make into |
| 4 | real functions. Snapshot the prompt before sending. | 7 | real functions. Snapshot the prompt before sending. |