(news-reply-mode): Make mail-header-separator into regexp
This commit is contained in:
@@ -132,9 +132,9 @@ 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 mail-header-separator "$\\|"
|
||||
(setq paragraph-start (concat (regexp-quote mail-header-separator) "$\\|"
|
||||
paragraph-start))
|
||||
(setq paragraph-separate (concat mail-header-separator "$\\|"
|
||||
(setq paragraph-separate (concat (regexp-quote mail-header-separator) "$\\|"
|
||||
paragraph-separate))
|
||||
(run-hooks 'text-mode-hook 'news-reply-mode-hook))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user