]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore previous calling signature of gnus-set-info
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 May 2019 17:04:36 +0000 (19:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 May 2019 17:04:56 +0000 (19:04 +0200)
lisp/gnus/gnus.el

index 989347c9fd148575c1c03cb98722c2d634b95f60..3d7c37eac89d0303e9b0b3c915df47b826ab9315 100644 (file)
@@ -2892,7 +2892,7 @@ See Info node `(gnus)Formatting Variables'."
 
 (defun gnus-set-info (group info)
   (setcdr (gethash group gnus-newsrc-hashtb)
-         info))
+         (list info)))
 
 \f
 ;;;