From 3425f79a381afcb585dd1f373def80ebde31cc2c Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Nov 1995 01:51:06 +0000 Subject: [PATCH] `gnus-group-quit-config' gave a list instead of the quit-config element. --- lisp/gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 377c7ed8d69..1b6be07ddc9 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -2837,7 +2837,7 @@ that that variable is buffer-local to the summary buffers." (defun gnus-group-quit-config (group) "Return the quit-config of GROUP." - (cdr (assoc 'quit-config (gnus-find-method-for-group group)))) + (nth 1 (assoc 'quit-config (gnus-find-method-for-group group)))) ;;; List and range functions -- 2.11.4.GIT