comparison lisp/ChangeLog @ 30960:c598e9bfdce2

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Sat, 19 Aug 2000 01:59:21 +0000
parents 3e6393238058
children 0bf7e72d456f
comparison
equal deleted inserted replaced
30959:d55632c1102b 30960:c598e9bfdce2
1 2000-08-19 Miles Bader <miles@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
4 Compiler macro removed; beginning-of-line is no longer always
5 equivalent to forward-line, in the presence of fields.
6
7 * comint.el (comint-output-filter): Remove ad-hoc saving of
8 restriction, and just use save-restriction, now that it works
9 correctly. Don't adjust comint-last-input-start to account for
10 our insertion; it shouldn't have moved because we don't use
11 insert-before-markers anymore. Comment out call to
12 `force-mode-line-update'; why is it here?
13
14 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
15 while checking for prompt to delete. Use `forward-line 0'
16 instead of beginning-of-line.
17 (gud-filter): Temporarily widen gud comint buffer while
18 examining output.
19
1 2000-08-18 Stefan Monnier <monnier@cs.yale.edu> 20 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2 21
3 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp 22 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
4 check since ispell-process is not bound when ispell is not yet loaded. 23 check since ispell-process is not bound when ispell is not yet loaded.
5 24