emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs 8936313188 1/2: Pass NOERROR arg to debbugs-gnu


From: Michael Albinus
Subject: [elpa] externals/debbugs 8936313188 1/2: Pass NOERROR arg to debbugs-gnu-current-id when rescanning
Date: Thu, 10 Mar 2022 02:58:40 -0500 (EST)

branch: externals/debbugs
commit 8936313188d5831e774ccc16ce1c8ca9a5cd85b6
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Michael Albinus <michael.albinus@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

[Prev in Thread] Current Thread [Next in Thread]