[bknr-cvs] edi changed trunk/thirdparty/drakma/

BKNR Commits bknr at bknr.net
Mon Feb 9 14:53:01 UTC 2009


Revision: 4214
Author: edi
URL: http://bknr.net/trac/changeset/4214

Shadow Chunga symbols

U   trunk/thirdparty/drakma/conditions.lisp
U   trunk/thirdparty/drakma/packages.lisp

Modified: trunk/thirdparty/drakma/conditions.lisp
===================================================================
--- trunk/thirdparty/drakma/conditions.lisp	2009-02-09 14:52:07 UTC (rev 4213)
+++ trunk/thirdparty/drakma/conditions.lisp	2009-02-09 14:53:01 UTC (rev 4214)
@@ -58,7 +58,8 @@
 
 (define-condition parameter-error (drakma-simple-error)
   ()
-  (:documentation "Signalled if a function was called with inconsistent or illegal parameters."))
+  (:documentation "Signalled if a function was called with
+inconsistent or illegal parameters."))
 
 (defun parameter-error (format-control &rest format-arguments)
   "Signals an error of type PARAMETER-ERROR with the provided

Modified: trunk/thirdparty/drakma/packages.lisp
===================================================================
--- trunk/thirdparty/drakma/packages.lisp	2009-02-09 14:52:07 UTC (rev 4213)
+++ trunk/thirdparty/drakma/packages.lisp	2009-02-09 14:53:01 UTC (rev 4214)
@@ -33,6 +33,7 @@
   (:use :cl :puri :flexi-streams :chunga)
   ;; the variable defined in the ASDF system definition
   (:import-from :drakma-asd :*drakma-version-string*)
+  (:shadow :syntax-error :parameter-error)
   (:export :*allow-dotless-cookie-domains-p*
            :*body-format-function*
            :*drakma-default-external-format*





More information about the Bknr-cvs mailing list