]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Mar 2018 22:48:21 +0000 (17:48 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Mar 2018 22:48:21 +0000 (17:48 -0500)
lisp/vc/add-log.el

index 773930f32ff2f5757a122230abdf07f5392ebdfb..cbfd10affd130a984fb0a804a044228bbca916b7 100644 (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")