]> git.eshelyaron.com Git - emacs.git/commitdiff
Eliminate unneeded warp-to-article in gnus article referral
authorAndrew G Cohen <cohen@andy.bu.edu>
Sun, 23 Apr 2017 01:05:49 +0000 (09:05 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Sun, 23 Apr 2017 01:05:49 +0000 (09:05 +0800)
* lisp/gnus/gnus-sum.el (gnus-summary-refer-thread):
(gnus-summary-refer-article): Remove gnus-warp-to article call.

lisp/gnus/gnus-sum.el

index 2414e866574cb8c4756528ba189a318e57018a2a..183cd46fa45024e3cdfddb3eb3ef9f87bef7a846 100644 (file)
@@ -9016,7 +9016,6 @@ LIMIT (the numerical prefix) old headers. If LIMIT is
 non-numeric or nil fetch the number specified by the
 `gnus-refer-thread-limit' variable."
   (interactive "P")
-  (gnus-warp-to-article)
   (let* ((header (gnus-summary-article-header))
         (id (mail-header-id header))
         (gnus-inhibit-demon t)
@@ -9105,7 +9104,6 @@ non-numeric or nil fetch the number specified by the
 (defun gnus-summary-refer-article (message-id)
   "Fetch an article specified by MESSAGE-ID."
   (interactive "sMessage-ID: ")
-  (gnus-warp-to-article)
   (when (and (stringp message-id)
             (not (zerop (length message-id))))
     (setq message-id (replace-regexp-in-string " " "" message-id))