diff src/frame.c @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents dbb370e3c29e
children 360340f9fd5f
line wrap: on
line diff
--- a/src/frame.c	Mon Aug 13 09:12:43 2007 +0200
+++ b/src/frame.c	Mon Aug 13 09:13:56 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.