From 029bf08ea84cc2b5869753242d40dfab6ce508ad Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 18 May 2010 19:09:08 +0200 Subject: [PATCH] Append colon and space to the end of prompt --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 06da6cf8..99dd1851 100644 --- a/magit.el +++ b/magit.el @@ -1502,7 +1502,7 @@ FUNC should leave point at the end of the modified region" (setcar (nthcdr 5 item) nil)) ((stringp fn) (setcar (nthcdr 5 item) - (funcall (nth 4 item) (nth 2 item)))) + (funcall (nth 4 item) (concat (nth 2 item) ": ")))) (display-help-p (setq chosen-fn fn) (throw 'exit 0))