collect configuration other than group and algorithm.
+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.
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)))