From: Lars Ingebrigtsen Date: Sun, 7 Feb 2016 07:09:44 +0000 (+1100) Subject: Add the "retitle" control X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/ad47985be821de6d3ae64d22e412709434f78a79 Add the "retitle" control --- diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index 0a19bca7c..50487fc5a 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -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")