summaryrefslogtreecommitdiff
path: root/lisp/vc/add-log.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-02 11:59:46 -0800
committerGlenn Morris <rgm@gnu.org>2018-03-02 11:59:46 -0800
commit762ea10d7ff483d3528c2c85b42596178ccc2a34 (patch)
tree00154b726c2bd73c85d47f89a2912bd2ff389b92 /lisp/vc/add-log.el
parente943b9b514fcc82a47364a35e4af9f46e30e7346 (diff)
parent0213c8bf472b196d995d92a52b44458ac8226e42 (diff)
downloademacs-762ea10d7ff483d3528c2c85b42596178ccc2a34.tar.gz
emacs-762ea10d7ff483d3528c2c85b42596178ccc2a34.tar.bz2
emacs-762ea10d7ff483d3528c2c85b42596178ccc2a34.zip
Merge from origin/emacs-26
0213c8b (origin/emacs-26) mwheel minor consistency fix 82f12b2 * src/window.c (Frecenter): Improve commentary. 04da8f4 Fix downloading non-text files in EWW 832b9ec ; Spelling fixes dd88499 ; Spelling fixes 3968f72 Rename some mwheel options, for consistency d6e78de * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete... 5fe0387 Improve the Emacs manual 56ab8e3 * lisp/dired-aux.el (dired-do-create-files): Doc fix. (Bug#3... Conflicts: etc/NEWS lisp/mwheel.el
Diffstat (limited to 'lisp/vc/add-log.el')
-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 bc2be4aadb4..175c82f8c00 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")