summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-03-05 16:33:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-03-05 16:33:42 +0000
commit0ebcabe7441957535dd9e5e947df7478bcf63224 (patch)
treed7bb887107d98175ff1ce68f262a49db136dc5a7 /lisp
parent7f944e8e3ca22742c361c0a8021e847bd4f76460 (diff)
downloademacs-0ebcabe7441957535dd9e5e947df7478bcf63224.tar.gz
(x-handle-geometry): Put sizes on `initial-frame-alist' too.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/term/w32-win.el5
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7b3ff9f466..d949e91ee8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
2003-03-05 Juanma Barranquero <lektu@terra.es>
+ * term/w32-win.el (x-handle-geometry): Put sizes on
+ `initial-frame-alist' too.
+
+ * startup.el (command-line-x-option-alist): Make --border-color set
+ the border-color frame parameter, not border-width.
+
* faces.el (frame-set-background-mode): Fix reference to attribute
"backgroundMode".
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