comparison src/dispnew.c @ 986:83605f96f58e

* dispnew.c (the_only_frame): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Fri, 14 Aug 1992 02:31:04 +0000
parents 17986889d3b6
children aa167fe80ce4
comparison
equal deleted inserted replaced
985:952aa214a3d0 986:83605f96f58e
110 frames. This is usually the most recent such frame that was 110 frames. This is usually the most recent such frame that was
111 selected. In a single-frame version, this variable always remains 0. */ 111 selected. In a single-frame version, this variable always remains 0. */
112 FRAME_PTR last_nonminibuf_frame; 112 FRAME_PTR last_nonminibuf_frame;
113 113
114 /* In a single-frame version, the information that would otherwise 114 /* In a single-frame version, the information that would otherwise
115 exist inside frame objects lives in the following structure instead. */ 115 exist inside frame objects lives in the following structure instead.
116
117 NOTE: the_only_frame is not checked for garbage collection; don't
118 store collectable objects in any of its fields!
119
120 You're not/The only frame in town/... */
116 121
117 #ifndef MULTI_FRAME 122 #ifndef MULTI_FRAME
118 struct frame the_only_frame; 123 struct frame the_only_frame;
119 #endif 124 #endif
120 125