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
a9842346
Commit
a9842346
authored
Jun 12, 1997
by
Richard M. Stallman
Browse files
(mail-mode): Change paragraph-start and
paragraph-separate not to match leading spaces.
parent
5acc847d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+2
-5
No files found.
lisp/mail/sendmail.el
View file @
a9842346
...
...
@@ -347,11 +347,8 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
;; Lines containing just >= 3 dashes, perhaps after whitespace,
;; are also sometimes used and should be separators.
(
setq
paragraph-start
(
concat
(
regexp-quote
mail-header-separator
)
"$\\|[ \t]*[-_][-_][-_]+$\\|-- $\\|-----\\|"
paragraph-start
))
(
setq
paragraph-separate
(
concat
(
regexp-quote
mail-header-separator
)
"$\\|[ \t]*[-_][-_][-_]+$\\|-- $\\|-----\\|"
paragraph-separate
))
"\\|$\\|"
page-delimiter
))
(
setq
paragraph-separate
paragraph-start
)
(
run-hooks
'text-mode-hook
'mail-mode-hook
))
(
defun
mail-mode-auto-fill
()
...
...
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