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

    (debbugs-gnu-send-control-message): Add doneunreproducible.
---
 ChangeLog      | 1 +
 debbugs-gnu.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 876f4c8..3e9a9c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * debbugs-gnu.el (debbugs-gnu-send-control-message): Add
        donenotabug and donewontfix.
+       (debbugs-gnu-send-control-message): Add doneunreproducible.
 
 2011-07-08  Michael Albinus  <[email protected]>
 
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index ded88aa..3933ff8 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -610,7 +610,7 @@ removed instead."
    (list (completing-read
          "Control message: "
          '("important" "normal" "minor" "wishlist"
-           "done" "donenotabug" "donewontfix"
+           "done" "donenotabug" "donewontfix" "doneunreproducible"
            "unarchive" "reopen" "close"
            "merge" "forcemerge"
            "owner" "noowner"

Reply via email to