diff src/minibuf.c @ 39973:579177964efa

Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting with lisp system changes.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 16 Oct 2001 09:09:51 +0000
parents 1c2d486200f3
children c652433b7f2f
line wrap: on
line diff
--- a/src/minibuf.c	Mon Oct 15 20:52:59 2001 +0000
+++ b/src/minibuf.c	Tue Oct 16 09:09:51 2001 +0000
@@ -723,7 +723,7 @@
 	 enabled in it.  */
       Fbuffer_enable_undo (buf);
 
-      XCAR (tail) = buf;
+      XSETCAR (tail, buf);
     }
   else
     {