changeset 50028:601653a63afc

(x-handle-geometry): Put sizes on `initial-frame-alist' too.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Mar 2003 16:32:53 +0000
parents 95d928fb74f3
children 82685b3c615d
files lisp/term/w32-win.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Wed Mar 05 16:31:44 2003 +0000
+++ b/lisp/term/w32-win.el	Wed Mar 05 16:32:53 2003 +0000
@@ -206,6 +206,11 @@
 	      (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