diff options
Diffstat (limited to 'defpackage.lisp')
-rw-r--r-- | defpackage.lisp | 2 |
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|)) |