aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-18 14:59:38 +0000
committerGerd Moellmann2001-09-18 14:59:38 +0000
commitc906343388bc6aecb49c768c1074d35a672af585 (patch)
tree192d5fccf0fc56006a14d131f4343057528e2cd6 /src
parent20c381cfcc5398f89064c65917b3b51e13297419 (diff)
downloademacs-c906343388bc6aecb49c768c1074d35a672af585.tar.gz
emacs-c906343388bc6aecb49c768c1074d35a672af585.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fcf895a1982..a18000ab7e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-09-18 Gerd Moellmann <gerd@gnu.org> 12001-09-18 Gerd Moellmann <gerd@gnu.org>
2 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.
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.