diff options
author | Marcus Brinkmann <[email protected]> | 2007-05-19 22:01:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-05-19 22:01:45 +0000 |
commit | 939741c21a1bf76c1f835f298ed38aed1808c867 (patch) | |
tree | c0e8ec80588e5d4b01c9489787b81ed119efd208 | |
parent | Updated (diff) | |
download | libgpg-error-939741c21a1bf76c1f835f298ed38aed1808c867.tar.gz libgpg-error-939741c21a1bf76c1f835f298ed38aed1808c867.zip |
2007-05-19 Marcus Brinkmann <[email protected]>
* lang/cl/gpg-error.lisp (gpg-err-source-t): Add
:gpg-err-source-any.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lang/cl/gpg-error.lisp | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-19 Marcus Brinkmann <[email protected]> + + * lang/cl/gpg-error.lisp (gpg-err-source-t): Add + :gpg-err-source-any. + 2006-12-09 Marcus Brinkmann <[email protected]> * src/Makefile.am (EXTRA_DIST): Add README. diff --git a/lang/cl/gpg-error.lisp b/lang/cl/gpg-error.lisp index 3bf4999..c0948be 100644 --- a/lang/cl/gpg-error.lisp +++ b/lang/cl/gpg-error.lisp @@ -50,6 +50,7 @@ (:gpg-err-source-ksba 9) (:gpg-err-source-dirmngr 10) (:gpg-err-source-gsti 11) + (:gpg-err-source-any 31) (:gpg-err-source-user-1 32) (:gpg-err-source-user-2 33) (:gpg-err-source-user-3 34) |