diff options
Diffstat (limited to 'lisp/term/w32-win.el')
-rw-r--r-- | lisp/term/w32-win.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index 7f39eaab5db..565f9a6b5b5 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -206,6 +206,11 @@ the last file dropped is selected." (append default-frame-alist '((user-size . t)) (if height (list height)) + (if width (list width))) + initial-frame-alist + (append initial-frame-alist + '((user-size . t)) + (if height (list height)) (if width (list width))))) (if (or left top) (setq initial-frame-alist |