diff options
| author | Richard M. Stallman | 2001-10-30 01:54:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-10-30 01:54:19 +0000 |
| commit | b2304472681772a10f335a0c1e2f040037d2e085 (patch) | |
| tree | 54527e36d4fe28b1a59612335a3684530f0cf72f /src/ChangeLog | |
| parent | 210ebd3d84b32c666a46651e66070c5f7a7d44a5 (diff) | |
| download | emacs-b2304472681772a10f335a0c1e2f040037d2e085.tar.gz emacs-b2304472681772a10f335a0c1e2f040037d2e085.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> | 1 | 2001-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 | ||
| 5 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> |