changeset 27279:300415d17473

(add-change-log-entry): Insert version number if having found a current function.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 11 Jan 2000 15:34:51 +0000
parents 0890fc53129c
children 99ca347cf9c5
files lisp/add-log.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)