customization type.
(elmo-mailing-list-count-spec-list): Ditto.
2006-01-22 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+ * elmo-vars.el (elmo-mailing-list-name-spec-list): Fixed
+ customization type.
+ (elmo-mailing-list-count-spec-list): Ditto.
+
* elmo-vars.el (elmo-mailing-list-name-spec-list): Merge entries
for `list-id'.
:type '(repeat
(choice (symbol :tag "Field Name")
(list (symbol :tag "Field Name")
- (choice regexp
- (cons regexp
- (integer :tag "Match Index"))))))
+ (repeat
+ :inline symbol
+ (choice regexp
+ (cons regexp
+ (integer :tag "Match Index")))))))
:group 'elmo)
(defcustom elmo-mailing-list-count-spec-list
:type '(repeat
(choice (symbol :tag "Field Name")
(list (symbol :tag "Field Name")
- (choice regexp
- (cons regexp
- (integer :tag "Match Index"))))))
+ (repeat
+ :inline symbol
+ (choice regexp
+ (cons regexp
+ (integer :tag "Match Index")))))))
:group 'elmo)
(require 'product)