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
f03ca5f5
Commit
f03ca5f5
authored
Sep 03, 1997
by
Richard M. Stallman
Browse files
(mail-mode): Set adaptive-fill-first-line-regexp
specially, not same as adaptive-fill-regexp.
parent
b8cd1360
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+2
-1
No files found.
lisp/mail/sendmail.el
View file @
f03ca5f5
...
...
@@ -359,7 +359,8 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
(
setq
adaptive-fill-regexp
(
concat
"[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|"
adaptive-fill-regexp
))
(
make-local-variable
'adaptive-fill-first-line-regexp
)
(
setq
adaptive-fill-first-line-regexp
adaptive-fill-regexp
)
(
setq
adaptive-fill-first-line-regexp
(
concat
"[ \t]*[a-z0-9A-Z]*>+[ \t]*\\|"
adaptive-fill-first-line-regexp
))
;; `-- ' precedes the signature. `-----' appears at the start of the
;; lines that delimit forwarded messages.
;; Lines containing just >= 3 dashes, perhaps after whitespace,
...
...
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