Skip to content

Commit d4fa998

Browse files
committed
Restore previous calling signature of gnus-set-info
1 parent 9e8e397 commit d4fa998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/gnus/gnus.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2892,7 +2892,7 @@ See Info node `(gnus)Formatting Variables'."
28922892

28932893
(defun gnus-set-info (group info)
28942894
(setcdr (gethash group gnus-newsrc-hashtb)
2895-
info))
2895+
(list info)))
28962896

28972897

28982898
;;;

0 commit comments

Comments
 (0)