summaryrefslogtreecommitdiff
path: root/defpackage.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 20:45:22 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-30 20:45:22 +0100
commit5cd124b097a4d74528e0c569b4f9ad5f218f7621 (patch)
treeee1bc52291b916af0a42e7e3a6febf6010578b0d /defpackage.lisp
parente4b27cf22677f46c2f9f9e61496236246c1f2efd (diff)
Fix the XML-RPC package definition.
Ignore-this: d8e2ac9ecb1a1794d1b1e21d4949c4dc darcs-hash:233222de6a1c2e456d7bd7fad88f9eb65cacd3f7
Diffstat (limited to 'defpackage.lisp')
-rw-r--r--defpackage.lisp2
1 files changed, 1 insertions, 1 deletions
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|))