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

    Allow the "C" command from debbugs mode to work
    
    * debbugs-gnu.el (debbugs-gnu-send-control-message): Get the
    correct bug ID number from the debbugs mode.
---
 debbugs-gnu.el | 6 +++---
 debbugs.el     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index a195814..fe0a7e5 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1266,9 +1266,9 @@ removed instead."
            "usertag")
          nil t)
         current-prefix-arg))
-  (let* ((id (or debbugs-gnu-bug-number        ; Set on group entry.
-                (debbugs-gnu-guess-current-id)
-                (debbugs-gnu-current-id)))
+  (let* ((id (or (debbugs-gnu-current-id)
+                debbugs-gnu-bug-number ; Set on group entry.
+                (debbugs-gnu-guess-current-id)))
         (version
          (when (member message '("close" "done"))
            (read-string
diff --git a/debbugs.el b/debbugs.el
index f3dc7c6..59a63e0 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <[email protected]>
 ;; Keywords: comm, hypermedia
 ;; Package: debbugs
-;; Version: 0.9.3
+;; Version: 0.9.4
 ;; Package-Requires: ((soap-client "3.1.1") (cl-lib "0.5"))
 
 ;; This file is not part of GNU Emacs.

Reply via email to