diff lisp/startup.el @ 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 f56e7dee3fe4
children 194343998a00 1cd4072747c6 5e2d3828e89f
line wrap: on
line diff
--- 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)