# HG changeset patch # User Boris Goldowsky # Date 794159709 0 # Node ID 5b375fee0e1fbe381ef02925e5032f74a811f239 # Parent 03f7e4952d422bf063c12c6353cb78e500331a57 (vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate. diff -r 03f7e4952d42 -r 5b375fee0e1f lisp/vc.el --- a/lisp/vc.el Thu Mar 02 15:54:12 1995 +0000 +++ b/lisp/vc.el Thu Mar 02 15:55:09 1995 +0000 @@ -786,8 +786,8 @@ (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