From: Richard M. Stallman Date: Tue, 9 May 1995 04:07:15 +0000 (+0000) Subject: (news-reply-mode): Add ^ to paragraph delimiters. X-Git-Tag: emacs-19.34~4089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e31e83efeec3508ef5f97cd76fd7be602d37c50;p=emacs.git (news-reply-mode): Add ^ to paragraph delimiters. --- diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el index 8327fab3549..936e3e0edb3 100644 --- a/lisp/mail/rnewspost.el +++ b/lisp/mail/rnewspost.el @@ -131,10 +131,12 @@ C-c C-r caesar rotate all letters by 13 places in the article's body (rot13)." (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