branch: externals/debbugs
commit 5aea250a6d054e714d4e9646542b4bc6f04320cc
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Fix last checkin
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index fe0a7e5..8ec7a32 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1266,7 +1266,7 @@ removed instead."
            "usertag")
          nil t)
         current-prefix-arg))
-  (let* ((id (or (debbugs-gnu-current-id)
+  (let* ((id (or (debbugs-gnu-current-id t)
                 debbugs-gnu-bug-number ; Set on group entry.
                 (debbugs-gnu-guess-current-id)))
         (version

Reply via email to