From c755acf3df2059a8225e761c5fc511126b92b9db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 12 Oct 2005 14:22:36 +0000 Subject: [PATCH] * startup.el (command-line-x-option-alist): -nb => -nbi --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5