changeset 66054:9a0d9cf10142

* startup.el (command-line-x-option-alist): -nb => -nbi
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 12 Oct 2005 14:22:36 +0000
parents 824d0114e769
children 99e68b20efb2
files lisp/ChangeLog lisp/startup.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 12 14:21:23 2005 +0000
+++ b/lisp/ChangeLog	Wed Oct 12 14:22:36 2005 +0000
@@ -1,3 +1,7 @@
+2005-10-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* startup.el (command-line-x-option-alist): -nb => -nbi
+
 2005-10-12  Kim F. Storm  <storm@cua.dk>
 
 	* startup.el (fancy-splash-default-action): Discard mouse click in
--- a/lisp/startup.el	Wed Oct 12 14:21:23 2005 +0000
+++ b/lisp/startup.el	Wed Oct 12 14:22:36 2005 +0000
@@ -121,7 +121,7 @@
     ("-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)
+    ("-nbi" 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)