Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab0fbbe9
Commit
ab0fbbe9
authored
Apr 08, 1995
by
Richard M. Stallman
Browse files
(news-reply-mode): Make mail-header-separator into regexp
parent
0408f0ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mail/rnewspost.el
lisp/mail/rnewspost.el
+2
-2
No files found.
lisp/mail/rnewspost.el
View file @
ab0fbbe9
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment