From: Glenn Morris Date: Thu, 1 Mar 2018 22:48:21 +0000 (-0500) Subject: * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias. X-Git-Tag: emacs-26.1-rc1~140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6e78de;p=emacs.git * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias. --- diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index 773930f32ff..cbfd10affd1 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el @@ -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")