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

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

[elpa] master 5e27bad 1/3: Allow the "C" command from debbugs mode to wo


From: Lars Ingebrigtsen
Subject: [elpa] master 5e27bad 1/3: Allow the "C" command from debbugs mode to work
Date: Wed, 27 Apr 2016 21:10:25 +0000

branch: master
commit 5e27bad619780a03d05e236c256e76a8a9ec56ce
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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.
---
 packages/debbugs/debbugs-gnu.el |    6 +++---
 packages/debbugs/debbugs.el     |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index a195814..fe0a7e5 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/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/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el
index f3dc7c6..59a63e0 100644
--- a/packages/debbugs/debbugs.el
+++ b/packages/debbugs/debbugs.el
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <address@hidden>
 ;; 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]