diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |