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
b5682230
Commit
b5682230
authored
Jul 10, 1997
by
Richard M. Stallman
Browse files
(mail-mode): Make fill-paragraph-function local.
parent
8b32d885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-0
No files found.
lisp/mail/sendmail.el
View file @
b5682230
...
...
@@ -341,6 +341,7 @@ C-c C-v mail-sent-via (add a Sent-via field for each To or CC)."
(
make-local-variable
'paragraph-start
)
(
make-local-variable
'normal-auto-fill-function
)
(
setq
normal-auto-fill-function
'mail-mode-auto-fill
)
(
make-local-variable
'fill-paragraph-function
)
(
setq
fill-paragraph-function
'mail-mode-fill-paragraph
)
;; `-- ' precedes the signature. `-----' appears at the start of the
;; lines that delimit forwarded messages.
...
...
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