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

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

[elpa] externals/debbugs 5440e20 185/311: Allow the "C" command from deb


From: Stefan Monnier
Subject: [elpa] externals/debbugs 5440e20 185/311: Allow the "C" command from debbugs mode to work
Date: Sun, 29 Nov 2020 18:42:08 -0500 (EST)

branch: externals/debbugs
commit 5440e20ebbd504e6cc2756613e755133bcd16726
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 <michael.albinus@gmx.de>
 ;; 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

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