1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00

(Vloads_in_progress): New variable.

(record_load_unwind): New function.
(Fload): Check for recursive loads.
(syms_of_lread): Initialize Vloads_in_progress.
(read_integer, read1): Avoid some compiler warnings.
This commit is contained in:
Gerd Moellmann 2000-09-11 12:52:59 +00:00
parent 093386ca6c
commit 7ee3bd7bf8
2 changed files with 46 additions and 4 deletions

View file

@ -1,3 +1,14 @@
2000-09-11 Gerd Moellmann <gerd@gnu.org>
* lread.c (Vloads_in_progress): New variable.
(record_load_unwind): New function.
(Fload): Check for recursive loads.
(syms_of_lread): Initialize Vloads_in_progress.
(read_integer, read1): Avoid some compiler warnings.
* fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
compiler warnings.
2000-09-11 Miles Bader <miles@gnu.org>
* editfns.c (Fbuffer_string): Doc fix.