Mercurial > emacs
changeset 39768:e2bfb4d00b04
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 11 Oct 2001 09:04:09 +0000 |
parents | 00f499d0cd16 |
children | 3bea53c3ecea |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * 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 <monnier@cs.yale.edu> * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,