diff lisp/mail/rnewspost.el @ 11769:4b5452f8ad12

(news-reply-mode): Add ^ to paragraph delimiters.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 May 1995 04:07:15 +0000
parents 329197fc1477
children 187735b53d52
line wrap: on
line diff
--- 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