aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-26 04:17:02 +0000
committerKarl Heuer1995-05-26 04:17:02 +0000
commitadab4483a5fa7582ae586d223abf850ba1e2128c (patch)
tree9732dc309d49095ca509490858eee4dad26febfa /src
parentc27c10423eb9a791af5ee86b2ab0ff68ee077085 (diff)
downloademacs-adab4483a5fa7582ae586d223abf850ba1e2128c.tar.gz
emacs-adab4483a5fa7582ae586d223abf850ba1e2128c.zip
(standard_args): -i, -itype, --icon-type take 0, not 1, args
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files 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[] =
952 { "-u", "--user", 30, 1 }, 952 { "-u", "--user", 30, 1 },
953 { "-user", 0, 30, 1 }, 953 { "-user", 0, 30, 1 },
954 { "-debug-init", "--debug-init", 20, 0 }, 954 { "-debug-init", "--debug-init", 20, 0 },
955 { "-i", "--icon-type", 15, 1 }, 955 { "-i", "--icon-type", 15, 0 },
956 { "-itype", 0, 15, 1 }, 956 { "-itype", 0, 15, 0 },
957 { "-iconic", "--iconic", 15, 0 }, 957 { "-iconic", "--iconic", 15, 0 },
958 { "-bg", "--background-color", 10, 1 }, 958 { "-bg", "--background-color", 10, 1 },
959 { "-background", 0, 10, 1 }, 959 { "-background", 0, 10, 1 },