]> git.eshelyaron.com Git - emacs.git/commitdiff
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
authorRichard M. Stallman <rms@gnu.org>
Sat, 4 Apr 1998 06:37:54 +0000 (06:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 4 Apr 1998 06:37:54 +0000 (06:37 +0000)
(make_minibuffer_frame): Likewise.

src/frame.c

index e66cabdb7a788fef7e5d2ae49cd04ff51eb7cb6a..8a3c50866b25300c5a69a4a835f419906e17353d 100644 (file)
@@ -380,6 +380,7 @@ make_frame (mini_p)
   return f;
 }
 \f
+#ifdef HAVE_WINDOW_SYSTEM
 /* Make a frame using a separate minibuffer window on another frame.
    MINI_WINDOW is the minibuffer window to use.  nil means use the
    default (the global minibuffer).  */
@@ -473,6 +474,7 @@ make_minibuffer_frame ()
                       : Fcar (Vminibuffer_list)));
   return f;
 }
+#endif /* HAVE_WINDOW_SYSTEM */
 \f
 /* Construct a frame that refers to the terminal (stdin and stdout).  */