branch: externals/debbugs
commit f30cee84bff3ff495a90785f116c5fadc1b07ced
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Fix syntax error in previous patch.
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index b77a5c2..84f1a2e 100644
--- a/debbugs-gnu.el
+++ b/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)

Reply via email to