Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bba88bb1
Commit
bba88bb1
authored
Apr 04, 1998
by
Richard M. Stallman
Browse files
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.
parent
d13a8480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/frame.c
src/frame.c
+2
-0
No files found.
src/frame.c
View file @
bba88bb1
...
...
@@ -380,6 +380,7 @@ make_frame (mini_p)
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 @@ make_minibuffer_frame ()
:
Fcar
(
Vminibuffer_list
)));
return
f
;
}
#endif
/* HAVE_WINDOW_SYSTEM */
/* Construct a frame that refers to the terminal (stdin and stdout). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment