if having found a current function.
-2000-01-09 Sun Jari Aalto <jari.aalto@poboxes.com>
+2000-01-11 Sun Jari Aalto <jari.aalto@poboxes.com>
+
+ * add-log.el (add-change-log-entry): Insert version number
+ if having found a current function.
* add-log.el (add-log-current-defun): Call
`add-log-current-defun-function'. Try matches at level 0 and
(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)