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
c1b1350b
Commit
c1b1350b
authored
Jun 09, 1996
by
Richard M. Stallman
Browse files
(make-frame-command): Treat msdos like no window system.
parent
c0fbcada
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/frame.el
View file @
c1b1350b
...
...
@@ -420,7 +420,7 @@ The optional second argument PARAMETERS specifies additional frame parameters."
(
defun
make-frame-command
()
"Make a new frame, and select it if the terminal displays only one frame."
(
interactive
)
(
if
window-system
(
if
(
and
window-system
(
not
(
eq
window-system
'pc
)))
(
make-frame
)
(
select-frame
(
make-frame
))))
...
...
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