From 22115a9ebb3baa43e71da1cc6239e4beb78e8f03 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:30:44 +0000 Subject: [PATCH] (gnus-summary-thread-gathering-function): Fix customize type. --- lisp/gnus/gnus-sum.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "" -- 2.39.5