# HG changeset patch # User Ken Raeburn # Date 1021850064 0 # Node ID 5f614e89ea1404b55f1b24899143c01d243e9ce6 # Parent 7f3255507201d2c10d1788fb57fddaa5a2396504 *** empty log message *** diff -r 7f3255507201 -r 5f614e89ea14 src/ChangeLog --- a/src/ChangeLog Sun May 19 23:14:07 2002 +0000 +++ b/src/ChangeLog Sun May 19 23:14:24 2002 +0000 @@ -1,3 +1,13 @@ +2002-05-19 Ken Raeburn + + * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR + and XCDR real rvalues in most configurations. + + * buffer.c (fix_overlays_in_range, fix_overlays_before): Don't + take the address of the cdr part of a cons cell; instead, track + the parent cell and call XSETCDR, or set the variable for the head + of the list if we haven't started down the list yet. + 2002-05-19 Richard M. Stallman * doc.c (reread_doc_file): Don't ask for confirmation.