1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(add-change-log-entry): Fix error trying an `(insert nil)'.

This commit is contained in:
Gerd Moellmann 2000-01-12 14:14:36 +00:00
parent 133c9e59e0
commit d1f45edda4

View File

@ -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)