emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 19 May 2002 19:14:25 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2666 emacs/src/ChangeLog:1.2667
*** emacs/src/ChangeLog:1.2666  Sun May 19 12:10:19 2002
--- emacs/src/ChangeLog Sun May 19 19:14:24 2002
***************
*** 1,3 ****
--- 1,13 ----
+ 2002-05-19  Ken Raeburn  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * doc.c (reread_doc_file): Don't ask for confirmation.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]