X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-move.el;h=3e06945b3d63262ce65d1d12bb8208cc154093d7;hb=85093239bc794cb948ebbf5a5bd910b3d1c95cec;hp=36839c8d07e8199808b03fc0d442f95f3ba145e0;hpb=1f2b93a24df7b9914dbbc1a26a6e76c8da6511d1;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-move.el b/lisp/gnus-move.el index 36839c8..3e06945 100644 --- a/lisp/gnus-move.el +++ b/lisp/gnus-move.el @@ -176,8 +176,7 @@ Update the .newsrc.eld file to reflect the change of nntp server." (new-name (gnus-group-prefixed-name (gnus-group-real-name group) to-server))) (gnus-info-set-group info new-name) - (gnus-sethash new-name (gnus-gethash group gnus-newsrc-hashtb) - gnus-newsrc-hashtb) + (gnus-sethash new-name (gnus-group-entry group) gnus-newsrc-hashtb) (gnus-sethash group nil gnus-newsrc-hashtb)))) (provide 'gnus-move)