From 980d8cfbb89c12087b3818d827ef991b4f3735e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Wed, 12 Aug 2009 14:00:00 +0200 Subject: [PATCH] stgit.el: Bugfix of stgit-move-patches to top of stack MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg --- contrib/stgit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ the work tree and index." 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)))) -- 2.11.0