X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fconditions.lisp;fp=base%2Fconditions.lisp;h=d1280dc7908e30fd8344b74641fdb99888aac8a2;hb=fa071351835a2c754895cb917db9c63303e7b5c1;hp=5f0fb3a09077a9a36922de7ff21cebd2a10dc654;hpb=c16c2782cf25e69995f720c98619d2a932514034;p=clsql.git diff --git a/base/conditions.lisp b/base/conditions.lisp index 5f0fb3a..d1280dc 100644 --- a/base/conditions.lisp +++ b/base/conditions.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: conditions.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $ +;;;; $Id: conditions.lisp,v 1.2 2002/10/21 07:45:50 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -55,7 +55,7 @@ and signal an clsql-invalid-spec-error if they don't match." `(handler-case (destructuring-bind ,template ,connection-spec - (declare (ignore ,@template)) + (declare (ignore ,@(remove '&optional template))) t) (error () (error 'clsql-invalid-spec-error :connection-spec ,connection-spec