diff options
Diffstat (limited to 'lisp/term/pc-win.el')
-rw-r--r-- | lisp/term/pc-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index ca85e824caa..ecbda7d9c1e 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -130,7 +130,7 @@ (unless success (delete-frame frame))) frame)) -(setq frame-creation-function 'make-msdos-frame) +(add-to-list 'frame-creation-function-alist '(pc . make-msdos-frame)) ;; --------------------------------------------------------------------------- ;; More or less useful imitations of certain X-functions. A lot of the |