chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1bcbe9
)
stgit.el: Bugfix of stgit-move-patches to top of stack
author
Gustav Hållberg
<gustav@virtutech.com>
Wed, 12 Aug 2009 12:00:00 +0000
(14:00 +0200)
committer
Gustav Hållberg
<gustav@virtutech.com>
Wed, 12 Aug 2009 12:16:16 +0000
(14:16 +0200)
Signed-off-by: Gustav Hållberg <gustav@virtutech.com>
contrib/stgit.el
patch
|
blob
|
blame
|
history
diff --git
a/contrib/stgit.el
b/contrib/stgit.el
index 6cb0f1e6bd7159b808a2335e5916197b738b2b0e..0b8cb25204d71c9af4d48560fa299dda30b0b64c 100644
(file)
--- 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))))