aboutsummaryrefslogtreecommitdiffstats
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."
488 (looking-at "\\s *\\(\\*\\s *\\)?$"))) 488 (looking-at "\\s *\\(\\*\\s *\\)?$")))
489 (insert ": " 489 (insert ": "
490 (if version 490 (if version
491 (concat version " ") )))))) 491 (concat version " ") ""))))))
492 492
493;;;###autoload 493;;;###autoload
494(defun add-change-log-entry-other-window (&optional whoami file-name) 494(defun add-change-log-entry-other-window (&optional whoami file-name)