mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
`gnus-group-quit-config' gave a list instead of the quit-config
element.
This commit is contained in:
parent
2b6eb8c6ce
commit
3425f79a38
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue