projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8e397
)
Restore previous calling signature of gnus-set-info
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 May 2019 17:04:36 +0000
(19:04 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 May 2019 17:04:56 +0000
(19:04 +0200)
lisp/gnus/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus.el
b/lisp/gnus/gnus.el
index 989347c9fd148575c1c03cb98722c2d634b95f60..3d7c37eac89d0303e9b0b3c915df47b826ab9315 100644
(file)
--- a/
lisp/gnus/gnus.el
+++ b/
lisp/gnus/gnus.el
@@
-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
;;;