From 9466d431b4e9e095daf704e2447ef4eeec09ffd1 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 4 Jul 2006 12:18:29 +0000 Subject: Adjust some comments. --- lang/cl/README | 10 ++++++++++ lang/cl/gpg-error-package.lisp | 3 --- 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 -- cgit v1.2.3