summaryrefslogtreecommitdiff
path: root/lisp/log-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/log-edit.el')
-rw-r--r--lisp/log-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/log-edit.el b/lisp/log-edit.el
index 4e179ef8bad..54249eb52e3 100644
--- a/lisp/log-edit.el
+++ b/lisp/log-edit.el
@@ -383,7 +383,7 @@ If you want to abort the commit, simply delete the buffer."
(equal (log-edit-files) log-edit-initial-files)))
(progn
(log-edit-show-files)
- (not (y-or-n-p "Really commit ? "))))
+ (not (y-or-n-p "Really commit? "))))
(progn (when (not win) (log-edit-hide-buf))
(message "Oh, well! Later maybe?"))
(run-hooks 'log-edit-done-hook)