r8724: Automated commit for Debian build of getopt upstream-version-1.1.0
[getopt.git] / main.lisp
index e348f42183e7ef5fa08b9f3a5b6b1ccec742f1c1..b6b5070fa5ca15913dce2f11763a90d948a5bb43 100644 (file)
--- a/main.lisp
+++ b/main.lisp
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2003
 ;;;;
-;;;; $Id: package.lisp 7814 2003-09-10 12:56:02Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; *************************************************************************
 
@@ -109,7 +109,7 @@ opts is a list of option lists. The fields of the list are
        (multiple-value-bind (option-list option-type base-name argument)
            (match-option (car pos) options)
          (cond
-           (option-list
+           ((and option-list (not (eq option-type :arg)))
             (cond
               (argument
                (case (second option-list)