mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
fc4a6dd106
commit
6b60c5d19f
@ -786,8 +786,8 @@ If nil, uses `change-log-default-name'."
|
||||
(indent-to indentation))
|
||||
(setq end (point))))
|
||||
;; Fill the inserted text, preserving open-parens at bol.
|
||||
(let ((paragraph-separate (concat paragraph-separate "\\|^\\s *\\s("))
|
||||
(paragraph-start (concat paragraph-start "\\|^\\s *\\s(")))
|
||||
(let ((paragraph-separate (concat paragraph-separate "\\|\\s *\\s("))
|
||||
(paragraph-start (concat paragraph-start "\\|\\s *\\s(")))
|
||||
(beginning-of-line)
|
||||
(fill-region (point) end))
|
||||
;; Canonicalize the white space at the end of the entry so it is
|
||||
|
Loading…
Reference in New Issue
Block a user