emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/x-win.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el
Date: Thu, 24 Jan 2002 14:20:12 -0500

Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.149 emacs/lisp/term/x-win.el:1.150
*** emacs/lisp/term/x-win.el:1.149      Sun Jan 13 06:44:14 2002
--- emacs/lisp/term/x-win.el    Thu Jan 24 14:20:12 2002
***************
*** 153,158 ****
--- 153,163 ----
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]