aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2007-07-22 12:13:11 +0000
committerJan Djärv <[email protected]>2007-07-22 12:13:11 +0000
commitbb1f0f780d7ff6f1b0d3689dca7badb97e037410 (patch)
treee34dd20cfc8ea39eacaa70f95038ac27ee4b9b99 /lisp/startup.el
parent6dbf6147284c906f9d1c8ff7317ab5aabb4f9b82 (diff)
(command-line-x-option-alist): Use x-handle-no-bitmap-icon,
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 4e43b39bfd..fc307a59a9 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)