X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/7858d45ede201343871f9618fd5b5eea84eccda1..6d00d707f903f09b2d28cdb47770ee1fcf1fc02a:/glib/gtype.lisp diff --git a/glib/gtype.lisp b/glib/gtype.lisp index dc78d6a..8dbc6ad 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtype.lisp,v 1.15 2002/01/20 14:09:52 espen Exp $ +;; $Id: gtype.lisp,v 1.16 2002/03/24 12:56:03 espen Exp $ (in-package "GLIB") @@ -332,7 +332,11 @@ #'(lambda (options) (and (string-prefix-p (first options) name) - (getf (cdr options) :ignore-prefix))) + (getf (cdr options) :ignore-prefix) + (not (some + #'(lambda (exception) + (string= name exception)) + (getf (cdr options) :except))))) args)))) (find-types prefix))))