]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/gnus/gnus-sum.el (gnus-summary-move-article): Just setq
authorAndrew G Cohen <cohen@andy.bu.edu>
Mon, 3 Apr 2023 13:49:55 +0000 (21:49 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Mon, 3 Apr 2023 13:53:50 +0000 (21:53 +0800)
lisp/gnus/gnus-sum.el

index 9a632922deb359d822befd0081c4c70b409d8a45..16a85cefcc7b15cdc8b0ec4e8d6b217eb4620462 100644 (file)
@@ -10265,7 +10265,7 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
               article gnus-newsgroup-name (current-buffer) t)))
 
          ;; run the move/copy/crosspost/respool hook
-         (set (intern "gnus-current-move-article") (cdr art-group))
+          (setq gnus-current-move-article (cdr art-group))
          (run-hook-with-args 'gnus-summary-article-move-hook
                              action
                              (gnus-data-header (gnus-data-find article))