Mercurial > emacs
changeset 21359:f66e706fc9d6
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 04 Apr 1998 06:37:54 +0000 |
parents | e9f7d8708bae |
children | 238c1cd70a27 |
files | src/frame.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Sat Apr 04 05:27:31 1998 +0000 +++ b/src/frame.c Sat Apr 04 06:37:54 1998 +0000 @@ -380,6 +380,7 @@ return 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 @@ : Fcar (Vminibuffer_list))); return f; } +#endif /* HAVE_WINDOW_SYSTEM */ /* Construct a frame that refers to the terminal (stdin and stdout). */