X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/f1bcbe9c1cfdf4b7b93acd1177458ae8b47dfbf0..980d8cfbb89c12087b3818d827ef991b4f3735e8:/contrib/stgit.el diff --git a/contrib/stgit.el b/contrib/stgit.el index 6cb0f1e..0b8cb25 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -1489,7 +1489,7 @@ (defun stgit-move-patches-target () This is either the patch at point, or one of :top and :bottom, if the point is after or before the applied patches." - (let ((patchsym (stgit-patch-name-at-point))) + (let ((patchsym (stgit-patch-name-at-point nil t))) (cond (patchsym patchsym) ((save-excursion (re-search-backward "^>" nil t)) :top) (t :bottom))))