(epg-configuration): Fixed the last change;
authorhmurata <hmurata>
Tue, 5 Sep 2006 13:34:37 +0000 (13:34 +0000)
committerhmurata <hmurata>
Tue, 5 Sep 2006 13:34:37 +0000 (13:34 +0000)
collect configuration other than group and algorithm.

ChangeLog
epg-config.el

index 0fd818b..2118027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * epg-config.el (epg-configuration): Fixed the last change;
+       collect configuration other than group and algorithm.
+
 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
 
        * epg-config.el (epg-debug): Moved from epg.el.
index bc9bbf9..3151d5a 100644 (file)
@@ -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)))