# HG changeset patch # User Karl Heuer # Date 801461822 0 # Node ID 3a2442baa290d3c34fd63138de2e39c2958c0742 # Parent d86841220451c64a5d5affeb6f522413c5464cce (standard_args): -i, -itype, --icon-type take 0, not 1, args diff -r d86841220451 -r 3a2442baa290 src/emacs.c --- 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 },