From 1288eda2f520c4cb2b06de9d279d2d65704091f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Mon, 29 Dec 2008 15:32:58 +0100 Subject: [PATCH] stgit.el: Bugfix stgit-unmark-down on the last patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav Hållberg Signed-off-by: Karl Hasselström --- contrib/stgit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/stgit.el b/contrib/stgit.el index e5259ad..f3b573d 100644 --- a/contrib/stgit.el +++ b/contrib/stgit.el @@ -600,8 +600,8 @@ the new file names instead of just one name." "Remove mark from the patch on the current line." (interactive) (stgit-remove-mark (stgit-patch-at-point t)) - (stgit-next-patch) - (stgit-reload)) + (stgit-reload) + (stgit-next-patch)) (defun stgit-rename (name) "Rename the patch under point to NAME." -- 2.11.0