]> git.eshelyaron.com Git - emacs.git/commitdiff
(news-reply-mode): Add ^ to paragraph delimiters.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 04:07:15 +0000 (04:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 May 1995 04:07:15 +0000 (04:07 +0000)
lisp/mail/rnewspost.el

index 8327fab3549c3f0d66565ffd748ab5a09c24df15..936e3e0edb3259e4bf7fd753bf70df4d39338bf0 100644 (file)
@@ -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