Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
97:498bf5da1c90 | 98:0d2f883870bc |
---|---|
458 call Lisp code, and if any of them causes a warning to be displayed | 458 call Lisp code, and if any of them causes a warning to be displayed |
459 and the *Warnings* buffer to be created, it won't get added to | 459 and the *Warnings* buffer to be created, it won't get added to |
460 the frame-specific version of the buffer-alist unless the frame | 460 the frame-specific version of the buffer-alist unless the frame |
461 is accessible from the device. */ | 461 is accessible from the device. */ |
462 | 462 |
463 #if 0 | |
463 DEVICE_FRAME_LIST (d) = nconc2 (DEVICE_FRAME_LIST (d), Fcons (frame, Qnil)); | 464 DEVICE_FRAME_LIST (d) = nconc2 (DEVICE_FRAME_LIST (d), Fcons (frame, Qnil)); |
465 #endif | |
466 DEVICE_FRAME_LIST (d) = Fcons (frame, DEVICE_FRAME_LIST (d)); | |
464 RESET_CHANGED_SET_FLAGS; | 467 RESET_CHANGED_SET_FLAGS; |
465 | 468 |
466 /* Now make sure that the initial cached values are set correctly. | 469 /* Now make sure that the initial cached values are set correctly. |
467 Do this after the init_frame method is called because that may | 470 Do this after the init_frame method is called because that may |
468 do things (e.g. create widgets) that are necessary for the | 471 do things (e.g. create widgets) that are necessary for the |