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
a50388f8
Commit
a50388f8
authored
Dec 18, 1996
by
Richard M. Stallman
Browse files
(sendmail-user-agent): Avoid error for CONTINUE non-nil.
parent
6e3dda29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/simple.el
lisp/simple.el
+1
-0
No files found.
lisp/simple.el
View file @
a50388f8
...
...
@@ -2886,6 +2886,7 @@ The properties used on SYMBOL are `composefunc', `sendfunc',
(
let
((
cc
(
cdr
(
assoc-ignore-case
"cc"
other-headers
)))
(
in-reply-to
(
cdr
(
assoc-ignore-case
"in-reply-to"
other-headers
))))
(
or
(
mail
continue
to
subject
in-reply-to
cc
yank-action
send-actions
)
continue
(
error
"Message aborted"
))))
'mail-send-and-exit
)
...
...
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