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:
parent
c1356086c3
commit
57df2446ea
2 changed files with 7 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue