From: Glenn Morris Date: Sat, 28 Dec 2013 08:27:34 +0000 (-0800) Subject: Revert earlier erc-button change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=946618bae3f84472c45d893e20e19b7422346370;p=emacs.git Revert earlier erc-button change --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 46c93ccebd6..4d78421a7ab 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -2,8 +2,6 @@ * 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 * erc-button.el (erc-nick-popup): Make `nick' available in the diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 9b5bd50400a..69642889527 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -189,7 +189,9 @@ PAR is a number of a regexp grouping whose text will be passed to (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)