From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:30:44 +0000 (+0000) Subject: (gnus-summary-thread-gathering-function): Fix customize type. X-Git-Tag: emacs-20.1~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22115a9ebb3baa43e71da1cc6239e4beb78e8f03;p=emacs.git (gnus-summary-thread-gathering-function): Fix customize type. --- diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 694e70a640a..9c751cd19d7 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -136,9 +136,9 @@ which only takes Subjects into consideration; and `gnus-gather-threads-by-references', which compared the References headers of the articles to find matches." :group 'gnus-thread - :type '(set (function-item gnus-gather-threads-by-subject) - (function-item gnus-gather-threads-by-references) - (function :tag "other"))) + :type '(radio (function-item gnus-gather-threads-by-subject) + (function-item gnus-gather-threads-by-references) + (function :tag "other"))) ;; Added by Per Abrahamsen . (defcustom gnus-summary-same-subject ""