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

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

[elpa] externals/debbugs 90417e5 056/311: * debbugs-gnu.el (debbugs-gnu-


From: Stefan Monnier
Subject: [elpa] externals/debbugs 90417e5 056/311: * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" etc.
Date: Sun, 29 Nov 2020 18:41:39 -0500 (EST)

branch: externals/debbugs
commit 90417e5a4a80b25a991af1ba2b3f4cc57069c4e3
Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
Commit: Lars Magne Ingebrigtsen <larsi@gnus.org>

    * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending" etc.
---
 ChangeLog      | 5 +++++
 debbugs-gnu.el | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4dc5458..8df5f2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending"
+       etc.
+
 2011-07-14  Michael Albinus  <michael.albinus@gmx.de>
 
        * debbugs-gnu.el (debbugs-gnu-subject): New defvar.
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index dabb8de..babdf32 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -676,7 +676,8 @@ removed instead."
            "unarchive" "reopen" "close"
            "merge" "forcemerge"
            "owner" "noowner"
-           "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug")
+           "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug"
+           "pending" "help" "security" "confirmed")
          nil t)
         current-prefix-arg))
   (let* ((id (or debbugs-gnu-bug-number        ; Set on group entry.



reply via email to

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