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, v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/term/x-win.el, v [EMACS_22_BASE]
Date: Sun, 22 Jul 2007 12:17:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/07/22 12:17:06

Index: x-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/x-win.el,v
retrieving revision 1.200
retrieving revision 1.200.2.1
diff -u -b -r1.200 -r1.200.2.1
--- x-win.el    6 Mar 2007 05:50:48 -0000       1.200
+++ x-win.el    22 Jul 2007 12:17:05 -0000      1.200.2.1
@@ -129,6 +129,9 @@
                        initial-frame-alist)
                  x-invocation-args (cdr x-invocation-args)))))))
 
+(defun x-handle-no-bitmap-icon (switch)
+  (setq default-frame-alist (cons '(icon-type) default-frame-alist)))
+
 ;; Make -iconic apply only to the initial frame!
 (defun x-handle-iconic (switch)
   (setq initial-frame-alist




reply via email to

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