From: hmurata Date: Tue, 5 Sep 2006 13:34:37 +0000 (+0000) Subject: (epg-configuration): Fixed the last change; X-Git-Tag: epg-0_0_6~30 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=36191ab1e38f6e356bce33cec51b6d0c3d309cfa;p=elisp%2Fepg.git (epg-configuration): Fixed the last change; collect configuration other than group and algorithm. --- diff --git a/ChangeLog b/ChangeLog index 0fd818b..2118027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-05 Hiroya Murata + + * epg-config.el (epg-configuration): Fixed the last change; + collect configuration other than group and algorithm. + 2006-09-05 Daiki Ueno * epg-config.el (epg-debug): Moved from epg.el. diff --git a/epg-config.el b/epg-config.el index bc9bbf9..3151d5a 100644 --- a/epg-config.el +++ b/epg-config.el @@ -92,7 +92,9 @@ Note that the buffer name starts with a space." config)) (if epg-debug (message "Invalid %S algorithm configuration: %S" - type args))))))) + type args)))) + (t + (setq config (cons (cons type args) config)))))) (if groups (cons (cons 'groups groups) config) config)))