]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate.
authorBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:55:09 +0000 (15:55 +0000)
committerBoris Goldowsky <boris@gnu.org>
Thu, 2 Mar 1995 15:55:09 +0000 (15:55 +0000)
lisp/vc.el

index d659d19ccc481ef347eba4e207e72d66eeb9b2d9..6ac48e2d367ec581e2601193e23415f6bf2fccb3 100644 (file)
@@ -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