/[emacs]/emacs/lisp/startup.el
ViewVC logotype

Diff of /emacs/lisp/startup.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.377 by deego, Sun Sep 18 12:25:02 2005 UTC revision 1.378 by jhd, Sun Oct 9 06:58:13 2005 UTC
# Line 121  This is normally copied from `default-di Line 121  This is normally copied from `default-di
121      ("-bg" 1 x-handle-switch background-color)      ("-bg" 1 x-handle-switch background-color)
122      ("-background" 1 x-handle-switch background-color)      ("-background" 1 x-handle-switch background-color)
123      ("-ms" 1 x-handle-switch mouse-color)      ("-ms" 1 x-handle-switch mouse-color)
124      ("-itype" 0 x-handle-switch icon-type t)      ("-nb" 0 x-handle-switch icon-type nil)
     ("-i" 0 x-handle-switch icon-type t)  
125      ("-iconic" 0 x-handle-iconic)      ("-iconic" 0 x-handle-iconic)
126      ("-xrm" 1 x-handle-xrm-switch)      ("-xrm" 1 x-handle-xrm-switch)
127      ("-cr" 1 x-handle-switch cursor-color)      ("-cr" 1 x-handle-switch cursor-color)
# Line 143  This is normally copied from `default-di Line 142  This is normally copied from `default-di
142      ("--foreground-color" 1 x-handle-switch foreground-color)      ("--foreground-color" 1 x-handle-switch foreground-color)
143      ("--background-color" 1 x-handle-switch background-color)      ("--background-color" 1 x-handle-switch background-color)
144      ("--mouse-color" 1 x-handle-switch mouse-color)      ("--mouse-color" 1 x-handle-switch mouse-color)
145      ("--icon-type" 0 x-handle-switch icon-type t)      ("--no-bitmap-icon" 0 x-handle-switch icon-type nil)
146      ("--iconic" 0 x-handle-iconic)      ("--iconic" 0 x-handle-iconic)
147      ("--xrm" 1 x-handle-xrm-switch)      ("--xrm" 1 x-handle-xrm-switch)
148      ("--cursor-color" 1 x-handle-switch cursor-color)      ("--cursor-color" 1 x-handle-switch cursor-color)

Legend:
Removed from v.1.377  
changed lines
  Added in v.1.378

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26