(make-frame-command): Treat msdos like no window system.
This commit is contained in:
parent
c0fbcada19
commit
c1b1350b94
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue