From: Jan Djärv Date: Wed, 12 Oct 2005 14:22:36 +0000 (+0000) Subject: * startup.el (command-line-x-option-alist): -nb => -nbi X-Git-Tag: emacs-pretest-22.0.90~6636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c755acf3df2059a8225e761c5fc511126b92b9db;p=emacs.git * startup.el (command-line-x-option-alist): -nb => -nbi --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3620d6a8971..bf29ee8420c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/startup.el b/lisp/startup.el index 3190d7c5aa7..82191509ef9 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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)