chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
aa04f83
)
stgit.el: Bugfix stgit-unmark-down on the last patch
author
Gustav Hållberg
<gustav@virtutech.com>
Mon, 29 Dec 2008 14:32:58 +0000
(15:32 +0100)
committer
Karl Hasselström
<kha@treskal.com>
Mon, 29 Dec 2008 14:32:58 +0000
(15:32 +0100)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
Signed-off-by: Karl Hasselström <kha@treskal.com>
contrib/stgit.el
patch
|
blob
|
blame
|
history
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index e5259ad18ccbd1613bea0d8b2edf8b1d77bdc97a..f3b573dae34de716ec58a0eacf0062f2d36712ee 100644
(file)
--- a/
contrib/stgit.el
+++ b/
contrib/stgit.el
@@
-600,8
+600,8
@@
(defun stgit-unmark-down ()
"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."