# HG changeset patch # User Jan Dj¸«£rv # Date 1129126956 0 # Node ID 9a0d9cf10142cbadfb1a5f629341ed5f028521ea # Parent 824d0114e769c7fe3708deb234fdbe6bca669cfb * startup.el (command-line-x-option-alist): -nb => -nbi diff -r 824d0114e769 -r 9a0d9cf10142 lisp/ChangeLog --- 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 + + * startup.el (command-line-x-option-alist): -nb => -nbi + 2005-10-12 Kim F. Storm * startup.el (fancy-splash-default-action): Discard mouse click in diff -r 824d0114e769 -r 9a0d9cf10142 lisp/startup.el --- 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)