branch: master
commit fa74f2f513351464f01a133b145339014811d042
Merge: 0c8bf49 1f864d6
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #80 from ryuslash/master
    
    Fix revert prompt
---
 diff-hl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff-hl.el b/diff-hl.el
index d60fce6..4f8d474 100644
--- a/diff-hl.el
+++ b/diff-hl.el
@@ -418,7 +418,7 @@ in the source file, or the last line of the hunk above it."
                   (recenter 1)))
               (when diff-auto-refine-mode
                 (diff-refine-hunk))
-              (unless (yes-or-no-p (format "Revert current hunk in %s?"
+              (unless (yes-or-no-p (format "Revert current hunk in %s? "
                                            ,(cl-caadr fileset)))
                 (error "Revert canceled"))
               (let ((diff-advance-after-apply-hunk nil))

Reply via email to