[isidorus-cvs] r836 - branches/gdl-frontend/src/json/JTM
lgiessmann at common-lisp.net
lgiessmann at common-lisp.net
Wed Sep 7 06:48:58 UTC 2011
Author: lgiessmann
Date: Tue Sep 6 23:48:57 2011
New Revision: 836
Log:
jtm: fixed a bug in the symbol exports of the jtm interface
Modified:
branches/gdl-frontend/src/json/JTM/jtm_aliases.lisp
Modified: branches/gdl-frontend/src/json/JTM/jtm_aliases.lisp
==============================================================================
--- branches/gdl-frontend/src/json/JTM/jtm_aliases.lisp Tue Sep 6 10:52:42 2011 (r835)
+++ branches/gdl-frontend/src/json/JTM/jtm_aliases.lisp Tue Sep 6 23:48:57 2011 (r836)
@@ -27,6 +27,7 @@
:constants :exceptions :jtm)
(:export :import-from-jtm
:import-construct-from-jtm-string
+ :import-construct-from-jtm-decoded-list
:item_type-topicmap
:item_type-topic
:item_type-name
@@ -39,4 +40,4 @@
(defpackage :jtm-delete-interface
(:use :cl :json :datamodel :base-tools :isidorus-threading
:constants :exceptions :jtm)
- (:export :import-construct-from-jtm-decoded-list))
\ No newline at end of file
+ (:export :mark-as-deleted-from-jtm))
\ No newline at end of file
More information about the Isidorus-cvs
mailing list