diff src/frame.c @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children ec9a17fef872
line wrap: on
line diff
--- a/src/frame.c	Mon Aug 13 08:50:06 2007 +0200
+++ b/src/frame.c	Mon Aug 13 08:50:29 2007 +0200
@@ -460,7 +460,10 @@
      the frame-specific version of the buffer-alist unless the frame
      is accessible from the device. */
 
+#if 0
   DEVICE_FRAME_LIST (d) = nconc2 (DEVICE_FRAME_LIST (d), Fcons (frame, Qnil));
+#endif
+  DEVICE_FRAME_LIST (d) = Fcons (frame, DEVICE_FRAME_LIST (d));
   RESET_CHANGED_SET_FLAGS;
 
   /* Now make sure that the initial cached values are set correctly.