diff options
Diffstat (limited to 'lisp/git-commit.el')
| -rw-r--r-- | lisp/git-commit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 1a0eef7..48d40f0 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -649,8 +649,8 @@ the input isn't tacked to the comment." (defun git-commit-setup-changelog-support () "Treat ChangeLog entries as unindented paragraphs." - (when (fboundp 'log-indent-fill-entry) ; New in Emacs 27. - (setq-local fill-paragraph-function #'log-indent-fill-entry)) + (when (fboundp 'log-edit-fill-entry) ; New in Emacs 27. + (setq-local fill-paragraph-function #'log-edit-fill-entry)) (setq-local fill-indent-according-to-mode t) (setq-local paragraph-start (concat paragraph-start "\\|\\*\\|("))) |
