r8724: Automated commit for Debian build of getopt upstream-version-1.1.0
[getopt.git] / main.lisp
index 885ab096c259c512908f962fda1292503b9b31c9..b6b5070fa5ca15913dce2f11763a90d948a5bb43 100644 (file)
--- a/main.lisp
+++ b/main.lisp
@@ -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)