summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 92ee80a4f70..1ded7dbe35d 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -488,7 +488,7 @@ non-nil, otherwise in local time."
(looking-at "\\s *\\(\\*\\s *\\)?$")))
(insert ": "
(if version
- (concat version " ") ))))))
+ (concat version " ") ""))))))
;;;###autoload
(defun add-change-log-entry-other-window (&optional whoami file-name)