Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
21:b88636d63495 | 22:8fc7fe29b841 |
---|---|
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 |