mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
`gnus-group-quit-config' gave a list instead of the quit-config
element.
This commit is contained in:
parent
2b6eb8c6ce
commit
3425f79a38
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user