emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sun, 09 Oct 2005 02:58:13 -0400

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.377 emacs/lisp/startup.el:1.378
*** emacs/lisp/startup.el:1.377 Sun Sep 18 12:25:02 2005
--- emacs/lisp/startup.el       Sun Oct  9 06:58:13 2005
***************
*** 121,128 ****
      ("-bg" 1 x-handle-switch background-color)
      ("-background" 1 x-handle-switch background-color)
      ("-ms" 1 x-handle-switch mouse-color)
!     ("-itype" 0 x-handle-switch icon-type t)
!     ("-i" 0 x-handle-switch icon-type t)
      ("-iconic" 0 x-handle-iconic)
      ("-xrm" 1 x-handle-xrm-switch)
      ("-cr" 1 x-handle-switch cursor-color)
--- 121,127 ----
      ("-bg" 1 x-handle-switch background-color)
      ("-background" 1 x-handle-switch background-color)
      ("-ms" 1 x-handle-switch mouse-color)
!     ("-nb" 0 x-handle-switch icon-type nil)
      ("-iconic" 0 x-handle-iconic)
      ("-xrm" 1 x-handle-xrm-switch)
      ("-cr" 1 x-handle-switch cursor-color)
***************
*** 143,149 ****
      ("--foreground-color" 1 x-handle-switch foreground-color)
      ("--background-color" 1 x-handle-switch background-color)
      ("--mouse-color" 1 x-handle-switch mouse-color)
!     ("--icon-type" 0 x-handle-switch icon-type t)
      ("--iconic" 0 x-handle-iconic)
      ("--xrm" 1 x-handle-xrm-switch)
      ("--cursor-color" 1 x-handle-switch cursor-color)
--- 142,148 ----
      ("--foreground-color" 1 x-handle-switch foreground-color)
      ("--background-color" 1 x-handle-switch background-color)
      ("--mouse-color" 1 x-handle-switch mouse-color)
!     ("--no-bitmap-icon" 0 x-handle-switch icon-type nil)
      ("--iconic" 0 x-handle-iconic)
      ("--xrm" 1 x-handle-xrm-switch)
      ("--cursor-color" 1 x-handle-switch cursor-color)




reply via email to

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