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

    Fix check for Summary
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 49a8ff3..498202f 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -2587,7 +2587,7 @@ If SELECTIVELY, query the user before applying the patch."
     (other-window 1)
     (when patch-subject
       (goto-char (point-min))
-      (unless (re-search-forward "^Summary: ")
+      (unless (re-search-forward "^Summary: " nil t)
        (insert "Summary: \n")
        (forward-line -1)
        (end-of-line))

Reply via email to