From 5cd124b097a4d74528e0c569b4f9ad5f218f7621 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 30 Oct 2009 20:45:22 +0100 Subject: Fix the XML-RPC package definition. Ignore-this: d8e2ac9ecb1a1794d1b1e21d4949c4dc darcs-hash:233222de6a1c2e456d7bd7fad88f9eb65cacd3f7 --- defpackage.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defpackage.lisp b/defpackage.lisp index 9f4ffd9..ff4594c 100644 --- a/defpackage.lisp +++ b/defpackage.lisp @@ -30,4 +30,4 @@ (:nicknames #:journal-xml-rpc) ;; Do not :USE anything here, not even #:COMMON-LISP! (:use) - (:import-from #:s-xml-rpc-exports #:system.getCapabilities #:system.listMethods #:system.methodHelp #:system.methodSignature #:system.multicall)) + (:import-from #:s-xml-rpc-exports #:|system.getCapabilities| #:|system.listMethods| #:|system.methodHelp| #:|system.methodSignature| #:|system.multicall|)) -- cgit v1.2.3