emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d6e78de: * lisp/vc/add-log.el (add-change-log-ent


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 d6e78de: * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.
Date: Thu, 1 Mar 2018 17:48:30 -0500 (EST)

branch: emacs-26
commit d6e78de50bac51da6927ca511cca2d6a176793bb
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.
---
 lisp/vc/add-log.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el
index 773930f..cbfd10a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]