1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-11-28 11:55:48 +00:00
parent dfe8ece372
commit 8d2c264219
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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.