summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mailscripts.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/mailscripts.el b/mailscripts.el
index d31223a..703f86e 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -213,9 +213,8 @@ git-format-patch(1)."
(nil
(user-error
"Please customize variable `mailscripts-project-library'."))))
- (branch (completing-read
- "Branch name (or leave blank to apply to current HEAD): "
- nil)))
+ (branch (read-from-minibuffer
+ "Branch name (or leave blank to apply to current HEAD): ")))
(apply f repo branch args)))
(provide 'mailscripts)