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/w32-win.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term/w32-win.el
Date: Fri, 04 Apr 2003 01:23:06 -0500

Index: emacs/lisp/term/w32-win.el
diff -c emacs/lisp/term/w32-win.el:1.56 emacs/lisp/term/w32-win.el:1.57
*** emacs/lisp/term/w32-win.el:1.56     Thu Feb 20 07:43:47 2003
--- emacs/lisp/term/w32-win.el  Wed Mar  5 11:32:53 2003
***************
*** 206,211 ****
--- 206,216 ----
              (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]