aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorMorten Welinder <[email protected]>1994-10-17 08:42:36 +0000
committerMorten Welinder <[email protected]>1994-10-17 08:42:36 +0000
commit87485d6fc91710d31c0ed046744f5f7a95f11115 (patch)
tree267385687729bec531f289670a15063c4d6bae52 /src/dispnew.c
parentef88bd2dc02b0b4e709a216a02760f43f18e00d6 (diff)
*** empty log message ***
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index c91354bad1..eb20a71a28 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -121,13 +121,15 @@ Lisp_Object Vstandard_display_table;
int cursor_in_echo_area;
/* The currently selected frame.
- In a single-frame version, this variable always remains 0. */
+ In a single-frame version, this variable always holds the address of
+ the_only_frame. */
FRAME_PTR selected_frame;
/* A frame which is not just a minibuffer, or 0 if there are no such
frames. This is usually the most recent such frame that was
- selected. In a single-frame version, this variable always remains 0. */
+ selected. In a single-frame version, this variable always holds
+ the address of the_only_frame. */
FRAME_PTR last_nonminibuf_frame;
/* In a single-frame version, the information that would otherwise
@@ -1086,7 +1088,7 @@ direct_output_for_insert (g)
{
int face = 0;
-#ifdef HAVE_X_WINDOWS
+#ifdef HAVE_FACES
int dummy;
if (FRAME_X_P (frame))