branch: externals/debbugs
commit 8936313188d5831e774ccc16ce1c8ca9a5cd85b6
Author: Eric Abrahamsen <e...@ericabrahamsen.net>
Commit: Michael Albinus <michael.albi...@gmx.de>

    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 320fdf7f88..ef28495265 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1210,7 +1210,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)

Reply via email to