branch: master commit 711d72f80eb8354652b1d869410eb75a052bad96 Author: Lars Ingebrigtsen <la...@gnus.org> Commit: Lars Ingebrigtsen <la...@gnus.org>
Fix syntax error in previous patch. --- packages/debbugs/debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index b77a5c2..84f1a2e 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -2263,7 +2263,7 @@ If given a prefix, patch in the branch directory instead." (replace-match (concat "+++ a" (substring (car files) (length dir)) (match-string 1)) - nil t)))))) + nil t))))) (forward-line 2))) (defun debbugs-gnu-find-contributor (string)