branch: externals/debbugs commit 4c658212748aad823db17aba7d2d061c52b37ee5 Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
* debbugs-gnu.el (debbugs-gnu-default-packages): Add "automake-patches". --- debbugs-gnu.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debbugs-gnu.el b/debbugs-gnu.el index 526e2ea710..320fdf7f88 100644 --- a/debbugs-gnu.el +++ b/debbugs-gnu.el @@ -289,6 +289,7 @@ If nil, the value of `send-mail-function' is used instead." (const "anubis") (const "auctex") (const "automake") + (const "automake-patches") (const "cc-mode") (const "coreutils") (const "cppi") @@ -323,7 +324,7 @@ If nil, the value of `send-mail-function' is used instead." 'help-echo "This is a pseudo package for test.")) (const "vc-dwim") (const "woodchuck")) - :version "27.2") + :version "28.1") (defconst debbugs-gnu-all-packages (mapcar #'cadr (cdr (get 'debbugs-gnu-default-packages 'custom-type)))