Another HAX fix:

* xml/sax-handler.lisp: Signal a warning in deprecated method,y
        not an error.
This commit is contained in:
dlichteblau
2007-10-21 14:43:20 +00:00
parent 1c8b1a0ab8
commit 35847cb2de

View File

@ -416,7 +416,7 @@ Setting this variable has no effect unless both
(setf (slot-value handler 'sax-parser) sax-parser))
(:method ((handler t) sax-parser)
(declare (ignore sax-parser))
(error "deprecated sax default method used by a handler ~
(warn "deprecated sax default method used by a handler ~
that is not a subclass of sax:abstract-handler ~
or hax:abstract-handler")
nil)