summaryrefslogtreecommitdiff
path: root/lisp/vc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-01 17:48:21 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-01 17:48:21 -0500
commitd6e78de50bac51da6927ca511cca2d6a176793bb (patch)
tree59730cc448b73648aa8924aa3914d0bdce647f98 /lisp/vc
parent5fe0387d9c6c968653c0e87ff5b436a6e960b8f4 (diff)
downloademacs-d6e78de50bac51da6927ca511cca2d6a176793bb.tar.gz
emacs-d6e78de50bac51da6927ca511cca2d6a176793bb.tar.bz2
emacs-d6e78de50bac51da6927ca511cca2d6a176793bb.zip
* lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/add-log.el2
1 files changed, 1 insertions, 1 deletions
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")