From adab4483a5fa7582ae586d223abf850ba1e2128c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 26 May 1995 04:17:02 +0000 Subject: [PATCH] (standard_args): -i, -itype, --icon-type take 0, not 1, args --- src/emacs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emacs.c b/src/emacs.c index 8983b95d8a6..296a4ac317b 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -952,8 +952,8 @@ struct standard_args standard_args[] = { "-u", "--user", 30, 1 }, { "-user", 0, 30, 1 }, { "-debug-init", "--debug-init", 20, 0 }, - { "-i", "--icon-type", 15, 1 }, - { "-itype", 0, 15, 1 }, + { "-i", "--icon-type", 15, 0 }, + { "-itype", 0, 15, 0 }, { "-iconic", "--iconic", 15, 0 }, { "-bg", "--background-color", 10, 1 }, { "-background", 0, 10, 1 }, -- 2.39.2