Changeset 449 for trunk/src/json/JTM
- Timestamp:
- 05/03/11 08:21:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/json/JTM/jtm_tools.lisp ΒΆ
r447 r449 80 80 (let* ((tm-tops 81 81 (if tm 82 (delete-if #'(lambda(top) 83 (not (find-item-by-revision top revision))) 84 (topics tm)) 82 (let ((inner-tops 83 (delete-if #'(lambda(top) 84 (not (find-item-by-revision top revision))) 85 (topics tm)))) 86 (if (eql jtm-format :1.1) 87 (filter-type-instance-topics inner-tops tm 88 :revision revision) 89 inner-tops)) 85 90 (get-all-topics revision))) 86 91 (tm-assocs
Note: See TracChangeset
for help on using the changeset viewer.