aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-10-30 01:54:19 +0000
committerRichard M. Stallman2001-10-30 01:54:19 +0000
commitb2304472681772a10f335a0c1e2f040037d2e085 (patch)
tree54527e36d4fe28b1a59612335a3684530f0cf72f /src/ChangeLog
parent210ebd3d84b32c666a46651e66070c5f7a7d44a5 (diff)
downloademacs-b2304472681772a10f335a0c1e2f040037d2e085.tar.gz
emacs-b2304472681772a10f335a0c1e2f040037d2e085.zip
*** empty log message ***
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 91c6c69f918..dd8430ec342 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-10-29 Richard M. Stallman <rms@gnu.org> 12001-10-29 Richard M. Stallman <rms@gnu.org>
2 2
3 * fns.c (Frequire): Detect recursive try to require the same
4 feature 3 or more levels deep, and get error.
5 (require_unwind): New subroutine.
6 (require_nesting_list): New variable.
7 (syms_of_fns): Init and staticpro it.
8
3 * print.c (print_object): Clarify indication of insertion type. 9 * print.c (print_object): Clarify indication of insertion type.
4 10
52001-10-29 Eli Zaretskii <eliz@is.elta.co.il> 112001-10-29 Eli Zaretskii <eliz@is.elta.co.il>