1
0
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:
Lars Magne Ingebrigtsen 1995-11-18 01:51:06 +00:00
parent 2b6eb8c6ce
commit 3425f79a38

View File

@ -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