aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan C. Thompson <rct@thompsonclan.org>2012-01-14 15:47:23 -0800
committerYann Hodique <yann.hodique@gmail.com>2012-01-15 11:18:35 +0100
commit691aa6f9e9ac919d33285e2a9606735c072236ea (patch)
treecbdf36a68e30aae38f53839d814bdaa5b5d62b15
parent2b65a094aeb7704b4923204292ba88c9ce555ff5 (diff)
Fix whitespace in yes-or-no question1.1.1
-rw-r--r--magit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/magit.el b/magit.el
index a9fcfac..5de4fba 100644
--- a/magit.el
+++ b/magit.el
@@ -3983,7 +3983,7 @@ typing and automatically refreshes the status buffer."
(let ((set-upstream-on-push (and (not ref-branch)
(or (eq magit-set-upstream-on-push 'dontask)
(and (eq magit-set-upstream-on-push t)
- (yes-or-no-p "Set upstream while pushing?"))))))
+ (yes-or-no-p "Set upstream while pushing? "))))))
(if (and (not branch-remote)
(not current-prefix-arg))
(magit-set push-remote "branch" branch "remote"))