aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2002-09-08 20:37:44 +0000
committerKim F. Storm2002-09-08 20:37:44 +0000
commitde8e3806c46dfb3b13c96afb5df02f162492f6cf (patch)
tree7afa15cdae25f2fef970df37bbf176134524bd9a /src/ChangeLog
parentd23fb40a7a18782ab89c4afcbd3bc829733c2e44 (diff)
downloademacs-de8e3806c46dfb3b13c96afb5df02f162492f6cf.tar.gz
emacs-de8e3806c46dfb3b13c96afb5df02f162492f6cf.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 410e537a524..cfb8e6c4721 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-09-08 Kim F. Storm <storm@cua.dk>
2
3 * macros.c (executing_macro_index): Change type to EMACS_INT.
4 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
5
6 * macros.h (executing_macro_index): Change type to EMACS_INT.
7
12002-09-06 Richard M. Stallman <rms@gnu.org> 82002-09-06 Richard M. Stallman <rms@gnu.org>
2 9
3 * casetab.c (set_case_table): Make canon table point to eqv table. 10 * casetab.c (set_case_table): Make canon table point to eqv table.