diff options
| -rw-r--r-- | lisp/vc/add-log.el | 2 |
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." | |||
| 898 | (insert (if use-hard-newlines hard-newline "\n") | 898 | (insert (if use-hard-newlines hard-newline "\n") |
| 899 | (if use-hard-newlines hard-newline "\n")) | 899 | (if use-hard-newlines hard-newline "\n")) |
| 900 | (forward-line -2) | 900 | (forward-line -2) |
| 901 | (indent-relative-maybe)) | 901 | (indent-relative-first-indent-point)) |
| 902 | (t | 902 | (t |
| 903 | ;; Make a new item. | 903 | ;; Make a new item. |
| 904 | (while (looking-at "\\sW") | 904 | (while (looking-at "\\sW") |