# HG changeset patch # User Richard M. Stallman # Date 799992435 0 # Node ID 4b5452f8ad12bf9a15e4c20f9c50011f5c1e9bf9 # Parent 8f49fc89adcc6b423846608782aa32a7bbedd71d (news-reply-mode): Add ^ to paragraph delimiters. diff -r 8f49fc89adcc -r 4b5452f8ad12 lisp/mail/rnewspost.el --- a/lisp/mail/rnewspost.el Tue May 09 04:05:54 1995 +0000 +++ b/lisp/mail/rnewspost.el Tue May 09 04:07:15 1995 +0000 @@ -131,10 +131,12 @@ (setq mode-name "News Reply") (make-local-variable 'paragraph-separate) (make-local-variable 'paragraph-start) - (setq paragraph-start (concat (regexp-quote mail-header-separator) "$\\|" - paragraph-start)) - (setq paragraph-separate (concat (regexp-quote mail-header-separator) "$\\|" - paragraph-separate)) + (setq paragraph-start + (concat "^" (regexp-quote mail-header-separator) "$\\|" + paragraph-start)) + (setq paragraph-separate + (concat "^" (regexp-quote mail-header-separator) "$\\|" + paragraph-separate)) (run-hooks 'text-mode-hook 'news-reply-mode-hook)) (defvar news-reply-yank-from