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:
parent
07e4a20d3f
commit
7e31e83efe
1 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue