Mercurial > emacs
changeset 33954:459041b5b148
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 28 Nov 2000 11:55:48 +0000 |
parents | 80c90f83320d |
children | 62222cfac251 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 28 11:54:12 2000 +0000 +++ b/lisp/ChangeLog Tue Nov 28 11:55:48 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-28 Gerd Moellmann <gerd@gnu.org> + + * simple.el (delete-horizontal-space): Handle minibuffer prompt. + 2000-11-28 Dave Love <fx@gnu.org> * progmodes/fortran.el (fortran-mode): Don't set
--- a/src/ChangeLog Tue Nov 28 11:54:12 2000 +0000 +++ b/src/ChangeLog Tue Nov 28 11:55:48 2000 +0000 @@ -1,5 +1,10 @@ 2000-11-28 Gerd Moellmann <gerd@gnu.org> + * textprop.c (text_read_only): New function. + (verify_interval_modification): Use it instead of signaling + `text-read-only'. This makes it easier to catch this error + with a breakpoint.: + * xdisp.c (forward_to_next_line_start): Check for newlines, not end of line, which includes CR.