1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

* lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.

This commit is contained in:
Glenn Morris 2018-03-01 17:48:21 -05:00
parent 5fe0387d9c
commit d6e78de50b

View File

@ -898,7 +898,7 @@ non-nil, otherwise in local time."
(insert (if use-hard-newlines hard-newline "\n")
(if use-hard-newlines hard-newline "\n"))
(forward-line -2)
(indent-relative-maybe))
(indent-relative-first-indent-point))
(t
;; Make a new item.
(while (looking-at "\\sW")