From: Karl Heuer Date: Fri, 26 May 1995 04:17:02 +0000 (+0000) Subject: (standard_args): -i, -itype, --icon-type take 0, not 1, args X-Git-Tag: emacs-19.34~3927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adab4483a5fa7582ae586d223abf850ba1e2128c;p=emacs.git (standard_args): -i, -itype, --icon-type take 0, not 1, args --- 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 },