* erc-log.el (erc-log-file-coding-system): Specify custom type.
- * erc-button.el (erc-button-alist): Fix custom type.
-
2013-11-25 Glenn Morris <rgm@gnu.org>
* erc-button.el (erc-nick-popup): Make `nick' available in the
(choice :tag "Matches"
regexp
(variable :tag "Variable containing regexp")
- (const :tag "Nicknames" nicknames))
+ ;; FIXME It really does mean 'nicknames
+ ;; rather than just nicknames.
+ (const :tag "Nicknames" 'nicknames))
(integer :tag "Number of the regexp section that matches")
(choice :tag "When to buttonize"
(const :tag "Always" t)