* lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.
This commit is contained in:
parent
5fe0387d9c
commit
d6e78de50b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue