Append colon and space to the end of prompt
This commit is contained in:
parent
92c0b771ed
commit
029bf08ea8
1 changed files with 1 additions and 1 deletions
2
magit.el
2
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))
|
||||
|
|
Loading…
Reference in a new issue