aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-24 19:20:21 +0000
committerRichard M. Stallman2002-01-24 19:20:21 +0000
commitbfabe8828eeaf438f36a1f4eb2d861b53f66eb2a (patch)
tree456ff859c9863842bcfb6486f0637b04de4deb57 /lisp/term
parent82d3d6946e36f62c3db92530f6ff8a71514af442 (diff)
downloademacs-bfabe8828eeaf438f36a1f4eb2d861b53f66eb2a.tar.gz
emacs-bfabe8828eeaf438f36a1f4eb2d861b53f66eb2a.zip
(x-handle-geometry): Put sizes on both
initial-frame-alist and default-frame-alist.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 1307376779c..c4dead52f8f 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -153,6 +153,11 @@
153 (append default-frame-alist 153 (append default-frame-alist
154 '((user-size . t)) 154 '((user-size . t))
155 (if height (list height)) 155 (if height (list height))
156 (if width (list width)))
157 initial-frame-alist
158 (append initial-frame-alist
159 '((user-size . t))
160 (if height (list height))
156 (if width (list width))))) 161 (if width (list width)))))
157 (if (or left top) 162 (if (or left top)
158 (setq initial-frame-alist 163 (setq initial-frame-alist