From 81ba1905bcb6c8a8fc927df92e9fc525ab71ce74 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Wed, 9 Mar 2022 16:14:59 -0800 Subject: [PATCH] Pass NOERROR arg to debbugs-gnu-current-id when rescanning * debbugs-gnu.el (debbugs-gnu-rescan): There's no need for the rescan process to require point to be on a bug id. --- debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debbugs-gnu.el b/debbugs-gnu.el index 770a832cb3..ef946fc90f 100644 --- a/debbugs-gnu.el +++ b/debbugs-gnu.el @@ -1201,7 +1201,7 @@ If NOCACHE is non-nil, bug information is retrieved from the debbugs server. Interactively, it is non-nil with the prefix argument." (interactive (list current-prefix-arg)) - (let ((id (debbugs-gnu-current-id)) + (let ((id (debbugs-gnu-current-id t)) (debbugs-gnu-current-query debbugs-gnu-local-query) (debbugs-gnu-current-filter debbugs-gnu-local-filter) (debbugs-gnu-current-suppress debbugs-gnu-local-suppress) -- 2.35.1