# HG changeset patch # User Jim Blandy # Date 713759464 0 # Node ID 83605f96f58e8fe6493d40a0177cf68fcdadc087 # Parent 952aa214a3d070d6ad729adae9e22d0b77ee69db * dispnew.c (the_only_frame): Doc fix. diff -r 952aa214a3d0 -r 83605f96f58e src/dispnew.c --- a/src/dispnew.c Fri Aug 14 02:29:49 1992 +0000 +++ b/src/dispnew.c Fri Aug 14 02:31:04 1992 +0000 @@ -112,7 +112,12 @@ FRAME_PTR last_nonminibuf_frame; /* In a single-frame version, the information that would otherwise - exist inside frame objects lives in the following structure instead. */ + exist inside frame objects lives in the following structure instead. + + NOTE: the_only_frame is not checked for garbage collection; don't + store collectable objects in any of its fields! + + You're not/The only frame in town/... */ #ifndef MULTI_FRAME struct frame the_only_frame;