1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(gnus-uu-post-reply-mode): Remove ^ from paragraph-start & paragraph-separate.

This commit is contained in:
Boris Goldowsky 1995-03-01 15:58:51 +00:00
parent dabbbb65cf
commit b2ca492b31

View File

@ -2784,9 +2784,9 @@ to post the entire encoded files.
(setq mode-name "Gnus UU News")
(make-local-variable 'paragraph-separate)
(make-local-variable 'paragraph-start)
(setq paragraph-start (concat "^" mail-header-separator "$\\|"
(setq paragraph-start (concat mail-header-separator "$\\|"
paragraph-start))
(setq paragraph-separate (concat "^" mail-header-separator "$\\|"
(setq paragraph-separate (concat mail-header-separator "$\\|"
paragraph-separate))
(run-hooks 'text-mode-hook 'gnus-uu-post-reply-mode-hook))