1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(add-change-log-entry): Insert version number

if having found a current function.
This commit is contained in:
Gerd Moellmann 2000-01-11 15:36:02 +00:00
parent c1356086c3
commit 57df2446ea
2 changed files with 7 additions and 2 deletions

View file

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