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:
parent
dfe8ece372
commit
8d2c264219
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user