branch: master commit 49c9ba8f83b94196ea5b56297fe6d2afbbf94e13 Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
Minor fixes in debbugs-gnu.el * packages/debbugs/debbugs-gnu.el (debbugs-gnu-default-packages): Add "oo-browser". (debbugs-gnu-fix-patch): Require `diff-mode'. --- packages/debbugs/debbugs-gnu.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index b4df37c..98e7360 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -250,6 +250,7 @@ If nil, the value of `send-mail-function' is used instead." (const "idutils") (const "libtool") (const "mh-e") + (const "oo-browser") (const "org-mode") (const "parted") (const "sed") @@ -1673,6 +1674,7 @@ If given a prefix, patch in the branch directory instead." (goto-char (point-min)))) (defun debbugs-gnu-fix-patch (dir) + (require 'diff-mode) (setq dir (directory-file-name (expand-file-name dir))) (goto-char (point-min)) (while (re-search-forward diff-file-header-re nil t)