aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-05 09:39:09 +0000
committerGerd Moellmann2001-09-05 09:39:09 +0000
commit08e1d6dfd60608221d9eacf98752ae69ecad806c (patch)
tree502b811e8865b755dddd4e99b024132d97208f10 /src/ChangeLog
parentc3b497b399e7f3f7d855e9c9510f07ebf05e1f1f (diff)
downloademacs-08e1d6dfd60608221d9eacf98752ae69ecad806c.tar.gz
emacs-08e1d6dfd60608221d9eacf98752ae69ecad806c.zip
(store_kbd_macro_char): Fix computation of kbd_macro_end.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 68a11d96400..5bb552318fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-09-05 Gerd Moellmann <gerd@gnu.org> 12001-09-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end.
4
3 * xdisp.c (string_buffer_position): Use *single_char_property* 5 * xdisp.c (string_buffer_position): Use *single_char_property*
4 functions instead of the *single_property* functions. 6 functions instead of the *single_property* functions.
5 7