From 8d2c264219f0b49b487c00b255384cb4ebe1a695 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 28 Nov 2000 11:55:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2c8c5ec443..966dc9dd884 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-28 Gerd Moellmann + + * simple.el (delete-horizontal-space): Handle minibuffer prompt. + 2000-11-28 Dave Love * progmodes/fortran.el (fortran-mode): Don't set diff --git a/src/ChangeLog b/src/ChangeLog index 45c41746ad8..ecec6f260e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-11-28 Gerd Moellmann + * 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. -- 2.39.5