comparison lisp/ChangeLog @ 30737:8139b53e0669

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 10 Aug 2000 11:06:54 +0000
parents 103f6840bba1
children fb9911db6ae3
comparison
equal deleted inserted replaced
30736:48d749ce74e4 30737:8139b53e0669
1 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
2
3 * comint.el (comint-send-input): Make the newline boundary overlay
4 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
5 (comint-output-filter): Use `insert' instead of
6 `insert-before-markers'. Extend comint-last-output-overlay when
7 necessary since we can't rely on insert-before-markers to do it.
8 * gud.el (gud-filter): Use `with-current-buffer' instead of
9 save-excursion when inserting the output, so that point gets
10 updated correctly; the old method relied on a rather dodgy
11 side-effect of comint-output-filter to avoid the effect of
12 save-excursion.
13
1 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il> 14 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2 15
3 * files.el (recover-file): Call insert-directory instead of 16 * files.el (recover-file): Call insert-directory instead of
4 invoking `ls' directly. 17 invoking `ls' directly.
5 18