changeset 11931:3a2442baa290

(standard_args): -i, -itype, --icon-type take 0, not 1, args
author Karl Heuer <kwzh@gnu.org>
date Fri, 26 May 1995 04:17:02 +0000
parents d86841220451
children f3fb1e5dfde1
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri May 26 04:14:08 1995 +0000
+++ b/src/emacs.c	Fri May 26 04:17:02 1995 +0000
@@ -952,8 +952,8 @@
   { "-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 },