Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b38bc40d
Commit
b38bc40d
authored
May 26, 2015
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/mail/sendmail.el (mail-position-on-field): Doc fix.
parent
ce32fb87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+4
-3
No files found.
lisp/mail/sendmail.el
View file @
b38bc40d
...
...
@@ -1500,9 +1500,10 @@ just append to the file, in Babyl format if necessary."
(
insert
"\nMail-Followup-To: "
))))
(
defun
mail-position-on-field
(
field
&optional
soft
)
"Move to the start of the contents of header field FIELD.
If there is none, insert one, unless SOFT is non-nil.
If there are multiple FIELD fields, this goes to the first."
"Move to the end of the contents of header field FIELD.
If there is no such header, insert one, unless SOFT is non-nil.
If there are multiple FIELD fields, this goes to the first.
Returns non-nil if FIELD was originally present."
(
let
(
end
(
case-fold-search
t
))
(
setq
end
(
mail-header-end
))
...
...
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