summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@raeburn.org>2002-05-19 23:14:24 +0000
committerKen Raeburn <raeburn@raeburn.org>2002-05-19 23:14:24 +0000
commit02e668988adb12cd35280a8a752599ebbf160079 (patch)
tree58dab96442483249733ff47d57796368f2077256 /src
parent7bfe78deca845650e8a60b8098c987230dcd13e5 (diff)
downloademacs-02e668988adb12cd35280a8a752599ebbf160079.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e60eaf41a9e..961264c0278 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-19 Ken Raeburn <raeburn@gnu.org>
+
+ * 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 <rms@gnu.org>
* doc.c (reread_doc_file): Don't ask for confirmation.