# HG changeset patch # User Gerd Moellmann # Date 947604891 0 # Node ID 300415d174736c8551390288c66af3acf4a44ed5 # Parent 0890fc53129ca2983edafb90cfa93397d9869f13 (add-change-log-entry): Insert version number if having found a current function. diff -r 0890fc53129c -r 300415d17473 lisp/add-log.el --- a/lisp/add-log.el Tue Jan 11 15:08:47 2000 +0000 +++ b/lisp/add-log.el Tue Jan 11 15:34:51 2000 +0000 @@ -486,7 +486,9 @@ (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)