aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2002-01-01 17:00:16 +0000
committerAndreas Schwab2002-01-01 17:00:16 +0000
commitc1e11810d51784547d5bdaa614c8957a6bafa3bb (patch)
treec0c9e7f5e245a6a2c0512f4cd1456d4358cec133 /src/ChangeLog
parent7cff26935fd9cb82b17f9e5af91791158f806fbc (diff)
downloademacs-c1e11810d51784547d5bdaa614c8957a6bafa3bb.tar.gz
emacs-c1e11810d51784547d5bdaa614c8957a6bafa3bb.zip
(max_specpdl_size): Adjust declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 955b1e81f69..84468c9145c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-01-01 Andreas Schwab <schwab@suse.de>
2
3 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
4 not EMACS_INT, to make them compatible with DEFVAR_INT.
5 * lisp.h (max_specpdl_size): Adjust declaration.
6
12002-01-01 Richard M. Stallman <rms@gnu.org> 72002-01-01 Richard M. Stallman <rms@gnu.org>
2 8
3 * print.c (print_object): Test print_escape_nonascii only for 9 * print.c (print_object): Test print_escape_nonascii only for