]> code.delx.au - gnu-emacs-elpa/commitdiff
Add the "retitle" control
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 07:09:44 +0000 (18:09 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Feb 2016 07:09:57 +0000 (18:09 +1100)
packages/debbugs/debbugs-gnu.el

index 0a19bca7c29ce57887699cd6dbc697a5698f4646..50487fc5aa16d012953e5e47d2a23f9ed60275f2 100644 (file)
@@ -1243,6 +1243,7 @@ removed instead."
            "owner" "noowner"
            "invalid"
            "reassign"
+           "retitle"
            "patch" "wontfix" "moreinfo" "unreproducible" "fixed" "notabug"
            "pending" "help" "security" "confirmed"
            "usertag")
@@ -1296,6 +1297,8 @@ removed instead."
                  " ")))
               ((equal message "owner")
                (format "owner %d !\n" id))
+              ((equal message "retitle")
+               (format "retitle %d %s\n" id (read-string "New title: ")))
               ((equal message "reassign")
                (format "reassign %d %s\n" id (read-string "Package(s): ")))
               ((equal message "close")