mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(gnus-uu-post-reply-mode): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
dabbbb65cf
commit
b2ca492b31
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue