From: Miles Bader Date: Mon, 27 Aug 2001 18:31:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ad62cf8c27766e0183e6ba79367eeb3f1360745;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8f10b3ea16..91abab92a8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,10 @@ -2001-08-22 Miles Bader +2001-08-28 Miles Bader + + * comint.el (comint-next-prompt): Don't loop infinitely if + {next,previous}-single-char-property-change returns its input + position when the search fails. + +2001-08-27 Miles Bader * comint.el (comint-get-old-input-default): Don't signal an error if point is not on an input field; instead, return the current diff --git a/src/ChangeLog b/src/ChangeLog index 1da0dcb742b..5bd581f0482 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-08-28 Miles Bader + + * textprop.c (Fprevious_single_char_property_change) + (Fnext_single_char_property_change): Doc fixes. + 2001-08-27 Gerd Moellmann * fileio.c (Finsert_file_contents): Allocate, restore, and