summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 06:30:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 06:30:44 +0000
commite5d74dd84d02963f58b125fcfcbb5f4f8c7372ee (patch)
tree724daf28c7949ce29664919ed29d2045df098d9b
parent5e63cb3a0633310426c750aa7465fe3857350dc5 (diff)
downloademacs-e5d74dd84d02963f58b125fcfcbb5f4f8c7372ee.tar.gz
(gnus-summary-thread-gathering-function): Fix customize type.
-rw-r--r--lisp/gnus/gnus-sum.el6
1 files 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 <amanda@iesd.auc.dk>.
(defcustom gnus-summary-same-subject ""