dear list,
any objections agains this one?
[Added simple-style-warning function and condition. attila.lendvai@gmail.com**20070827005343] { hunk ./errors.lisp 9 +(define-condition simple-style-warning (style-warning simple-warning) + ()) + +(defun simple-style-warning (message &rest args) + (warn 'simple-style-warning :format-control message :format-arguments args)) + + hunk ./package.lisp 117 + #:simple-style-warning }
maybe errors.lisp should be renamed to conditions.lisp?
alexandria-devel@common-lisp.net