# HG changeset patch # User Lars Magne Ingebrigtsen # Date 816659466 0 # Node ID 9426437410bf991052a603d4e7bf4313dfb9e382 # Parent 85697e02a4821df31d26b1283ce76a80be320b60 `gnus-group-quit-config' gave a list instead of the quit-config element. diff -r 85697e02a482 -r 9426437410bf lisp/gnus.el --- a/lisp/gnus.el Fri Nov 17 23:32:15 1995 +0000 +++ b/lisp/gnus.el Sat Nov 18 01:51:06 1995 +0000 @@ -2837,7 +2837,7 @@ (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