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
cbd61418
Commit
cbd61418
authored
Jul 14, 2009
by
Stefan Monnier
Browse files
(mail-user-agent): Default to the upwardly-UI-compatible
and more featureful message-mode.
parent
f470187f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/ChangeLog
View file @
cbd61418
2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (mail-user-agent): Default to the upwardly-UI-compatible
and more featureful message-mode.
2009-07-14 Chong Yidong <cyd@stupidchicken.com>
2009-07-14 Chong Yidong <cyd@stupidchicken.com>
* select.el (x-set-selection): Doc fix.
* select.el (x-set-selection): Doc fix.
...
...
lisp/simple.el
View file @
cbd61418
...
@@ -5425,7 +5425,7 @@ See also `mail-user-agent' concerning sending mail."
...
@@ -5425,7 +5425,7 @@ See also `mail-user-agent' concerning sending mail."
:version "
21.1
"
:version "
21.1
"
:group 'mail)
:group 'mail)
(defcustom mail-user-agent '
sendmail
-user-agent
(defcustom mail-user-agent '
message
-user-agent
"
Your
preference
for
a
mail
composition
package.
"
Your
preference
for
a
mail
composition
package.
Various
Emacs
Lisp
packages
(
e.g.
Reporter
)
require
you
to
compose
an
Various
Emacs
Lisp
packages
(
e.g.
Reporter
)
require
you
to
compose
an
outgoing
email
message.
This
variable
lets
you
specify
which
outgoing
email
message.
This
variable
lets
you
specify
which
...
...
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