summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 30802c4155d..bb911904ad6 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -486,7 +486,9 @@ non-nil, otherwise in local time."
(if (not (save-excursion
(beginning-of-line 1)
(looking-at "\\s *\\(\\*\\s *\\)?$")))
- (insert ": ")))))
+ (insert ": "
+ (if version
+ (concat version " ") ))))))
;;;###autoload
(defun add-change-log-entry-other-window (&optional whoami file-name)