]> code.delx.au - gnu-emacs/commitdiff
* startup.el (command-line-x-option-alist): -nb => -nbi
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 12 Oct 2005 14:22:36 +0000 (14:22 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 12 Oct 2005 14:22:36 +0000 (14:22 +0000)
lisp/ChangeLog
lisp/startup.el

index 3620d6a8971fa98a6480d7336c8dd339de6a1c3b..bf29ee8420ceb670bd4e6f6a49070bc7abd2c96a 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-12  Jan Dj\e,Ad\e(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
index 3190d7c5aa7daee337037037f320879b6b7710f6..82191509ef9fc7b3b5eb11de3de31cccc9804256 100644 (file)
@@ -121,7 +121,7 @@ This is normally copied from `default-directory' when Emacs starts.")
     ("-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)