summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-07-04 12:18:29 +0000
committerMarcus Brinkmann <mb@g10code.com>2006-07-04 12:18:29 +0000
commit9466d431b4e9e095daf704e2447ef4eeec09ffd1 (patch)
tree58cfba233fdafe803ec988cdca0ea175fa752f98 /lang
parent77d8d4e52f3881031971fd51ea62f9017dbd5a38 (diff)
downloadlibgpg-error-9466d431b4e9e095daf704e2447ef4eeec09ffd1.tar.gz
Adjust some comments.
Diffstat (limited to 'lang')
-rw-r--r--lang/cl/README10
-rw-r--r--lang/cl/gpg-error-package.lisp3
2 files changed, 10 insertions, 3 deletions
diff --git a/lang/cl/README b/lang/cl/README
index f61d5e5..660508b 100644
--- a/lang/cl/README
+++ b/lang/cl/README
@@ -10,3 +10,13 @@ Use with:
> (asdf:operate 'asdf:load-op ':gpg-error)
> (use-package :gpg-error)
+
+
+TODO
+----
+
+* We probably should define a condition base class. Currently, we do
+ this in the user code only (eg in GPGME).
+
+* Some lispy convenience functions as need arises, for example for
+ output.
diff --git a/lang/cl/gpg-error-package.lisp b/lang/cl/gpg-error-package.lisp
index c3f85df..0a39663 100644
--- a/lang/cl/gpg-error-package.lisp
+++ b/lang/cl/gpg-error-package.lisp
@@ -27,9 +27,6 @@
;;; Errors are represented as lists '(SOURCE CODE). Other
;;; representations are also accepted in some places.
;;;
-;;; TODO: Lispy convenience functions as need arises, for example for
-;;; output.
-;;;
;;; The following functions are defined which are not defined in the C API:
;;; gpg-err-source-as-key, gpg-err-source-as-value
;;; gpg-err-code-as-key, gpg-err-code-as-value