]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard_args): -i, -itype, --icon-type take 0, not 1, args
authorKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 04:17:02 +0000 (04:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 26 May 1995 04:17:02 +0000 (04:17 +0000)
src/emacs.c

index 8983b95d8a633389d3e56da502ebb705c703f57c..296a4ac317bc815a358112c9f9323cb4f9e73d16 100644 (file)
@@ -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 },