comparison lisp/ChangeLog @ 38978:2db4503e9503

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 27 Aug 2001 18:31:08 +0000
parents 4459c45545d0
children 72325d07bc49
comparison
equal deleted inserted replaced
38977:3037adea8353 38978:2db4503e9503
1 2001-08-22 Miles Bader <miles@gnu.org> 1 2001-08-28 Miles Bader <miles@gnu.org>
2
3 * comint.el (comint-next-prompt): Don't loop infinitely if
4 {next,previous}-single-char-property-change returns its input
5 position when the search fails.
6
7 2001-08-27 Miles Bader <miles@gnu.org>
2 8
3 * comint.el (comint-get-old-input-default): Don't signal an error 9 * comint.el (comint-get-old-input-default): Don't signal an error
4 if point is not on an input field; instead, return the current 10 if point is not on an input field; instead, return the current
5 line (using `comint-bol' to skip any prompt, in case we're not 11 line (using `comint-bol' to skip any prompt, in case we're not
6 using fields at all). 12 using fields at all).