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
eb35ee41
Commit
eb35ee41
authored
Mar 02, 1995
by
Boris Goldowsky
Browse files
(mail-mode): Remove ^ from paragraph-start & paragraph-separate.
parent
690bc320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+4
-4
No files found.
lisp/mail/sendmail.el
View file @
eb35ee41
...
...
@@ -296,11 +296,11 @@ C-c C-v mail-sent-via (add a sent-via field for each To or CC)."
(
setq
font-lock-defaults
'
(
mail-font-lock-keywords
t
))
(
make-local-variable
'paragraph-separate
)
(
make-local-variable
'paragraph-start
)
(
setq
paragraph-start
(
concat
"^"
mail-header-separator
"$\\|
^
[ \t]*[-_][-_][-_]+$\\|"
(
setq
paragraph-start
(
concat
mail-header-separator
"$\\|[ \t]*[-_][-_][-_]+$\\|"
paragraph-start
))
(
setq
paragraph-separate
(
concat
"^"
mail-header-separator
"$\\|
^
[ \t]*[-_][-_][-_]+$\\|"
(
setq
paragraph-separate
(
concat
mail-header-separator
"$\\|[ \t]*[-_][-_][-_]+$\\|"
paragraph-separate
))
(
run-hooks
'text-mode-hook
'mail-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