Mercurial > emacs
changeset 78187:926d0282c9f4
(command-line-x-option-alist): Use x-handle-no-bitmap-icon.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 22 Jul 2007 12:17:16 +0000 |
parents | cc31545ae790 |
children | 748ea3258d7d |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sun Jul 22 12:17:05 2007 +0000 +++ b/lisp/startup.el Sun Jul 22 12:17:16 2007 +0000 @@ -144,7 +144,7 @@ ("--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)