aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 4a34e141eeb..6539896f494 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -112,7 +112,12 @@ FRAME_PTR selected_frame;
112FRAME_PTR last_nonminibuf_frame; 112FRAME_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
118struct frame the_only_frame; 123struct frame the_only_frame;