chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stgit.el: Bugfix stgit-unmark-down on the last patch
[stgit]
/
contrib
/
stgit.el
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))
"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."
(defun stgit-rename (name)
"Rename the patch under point to NAME."