comparison src/ChangeLog @ 39340:7f02532fa213

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Sep 2001 14:59:38 +0000
parents 357ac4d37806
children 2ca3ae6956be
comparison
equal deleted inserted replaced
39339:b7c0bc16b250 39340:7f02532fa213
1 2001-09-18 Gerd Moellmann <gerd@gnu.org> 1 2001-09-18 Gerd Moellmann <gerd@gnu.org>
2
3 * keyboard.c (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
4 recursive_edit_unwind.
5 (recursive_edit_unwind): Set kboard state according to
6 SINGLE-KBOARD.
2 7
3 * buffer.c (modify_overlay): Don't do nothing if START == END; 8 * buffer.c (modify_overlay): Don't do nothing if START == END;
4 This can still be a modification, for example when an overlay has 9 This can still be a modification, for example when an overlay has
5 a before-string or after-string. 10 a before-string or after-string.
6 (Fdelete_overlay): Prevent redisplay optimizations when deleting 11 (Fdelete_overlay): Prevent redisplay optimizations when deleting