blob: 0cbbb8373a1f7865c93522b2c11f9e1d66181419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
diff -ur xml-emitter-1.0.orig/package.lisp xml-emitter-1.0/package.lisp
--- xml-emitter-1.0.orig/package.lisp 2005-05-27 16:30:29.000000000 -0500
+++ xml-emitter-1.0/package.lisp 2005-05-29 10:30:58.000000000 -0500
@@ -2,14 +2,14 @@
(defpackage :xml-emitter
(:use :cl :cl-utilities)
- (:export xml-out
- xml-as-is
- with-tag
- with-simple-tag
- with-xml-output
- simple-tag
- emit-simple-tags
+ (:export #:xml-out
+ #:xml-as-is
+ #:with-tag
+ #:with-simple-tag
+ #:with-xml-output
+ #:simple-tag
+ #:emit-simple-tags
;; RSS 2.0
- rss-channel-header
- rss-item
- with-rss2))
\ No newline at end of file
+ #:rss-channel-header
+ #:rss-item
+ #:with-rss2))
\ No newline at end of file
Only in xml-emitter-1.0: package.lisp~
|