# HG changeset patch # User Gerd Moellmann # Date 1002791049 0 # Node ID e2bfb4d00b0470e6ec67cf2cd544f41489592241 # Parent 00f499d0cd166ff78f6b32e84e9b4fa2da180688 *** empty log message *** diff -r 00f499d0cd16 -r e2bfb4d00b04 src/ChangeLog --- a/src/ChangeLog Thu Oct 11 09:03:51 2001 +0000 +++ b/src/ChangeLog Thu Oct 11 09:04:09 2001 +0000 @@ -1,3 +1,11 @@ +2001-10-11 Gerd Moellmann + + * lisp.h (circular_list_error): Add prototype. + + * data.c (Qcircular_list): New variable. + (circular_list_error): New function. + (syms_of_data): Initialize it Qcircular_list. + 2001-10-10 Stefan Monnier * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,