1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(news-reply-mode): Add ^ to paragraph delimiters.

This commit is contained in:
Richard M. Stallman 1995-05-09 04:07:15 +00:00
parent 07e4a20d3f
commit 7e31e83efe

View 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