mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(add-change-log-entry): Fix error trying an `(insert nil)'.
This commit is contained in:
parent
133c9e59e0
commit
d1f45edda4
@ -488,7 +488,7 @@ non-nil, otherwise in local time."
|
||||
(looking-at "\\s *\\(\\*\\s *\\)?$")))
|
||||
(insert ": "
|
||||
(if version
|
||||
(concat version " ") ))))))
|
||||
(concat version " ") ""))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun add-change-log-entry-other-window (&optional whoami file-name)
|
||||
|
Loading…
Reference in New Issue
Block a user