summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/km-magit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 3828812..2d44808 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.el
@@ -913,6 +913,7 @@ appending [M/N] to each entry."
(magit-call-git "commit" "-mtweak cover" "--" cover))
(when cover
(find-file-other-window cover)
+ (goto-char (point-min))
(re-search-forward (rx "Subject: [PATCH" (zero-or-more not-newline) "] "))
(setq buffer-read-only nil)))))