From: Jan Djärv <jan.h.d@swipnet.se> Date: Sun, 22 Jul 2007 12:13:11 +0000 (+0000) Subject: (command-line-x-option-alist): Use x-handle-no-bitmap-icon, X-Git-Tag: emacs-pretest-23.0.90~11802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb1f0f780d7ff6f1b0d3689dca7badb97e037410;p=emacs.git (command-line-x-option-alist): Use x-handle-no-bitmap-icon, --- diff --git a/lisp/startup.el b/lisp/startup.el index 4e43b39bfd4..fc307a59a97 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -144,7 +144,7 @@ This is normally copied from `default-directory' when Emacs starts.") ("--foreground-color" 1 x-handle-switch foreground-color) ("--background-color" 1 x-handle-switch background-color) ("--mouse-color" 1 x-handle-switch mouse-color) - ("--no-bitmap-icon" 0 x-handle-switch icon-type nil) + ("--no-bitmap-icon" 0 x-handle-no-bitmap-icon) ("--iconic" 0 x-handle-iconic) ("--xrm" 1 x-handle-xrm-switch) ("--cursor-color" 1 x-handle-switch cursor-color)