Mercurial > emacs
diff src/ChangeLog @ 33954:459041b5b148
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 28 Nov 2000 11:55:48 +0000 |
parents | 7012133c553b |
children | 5bf18e3f605c |
line wrap: on
line diff
--- 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.