Mercurial > emacs
changeset 103892:687539bbd810
(mail-user-agent): Default to the upwardly-UI-compatible
and more featureful message-mode.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 14 Jul 2009 19:57:58 +0000 |
parents | 77139c3e3747 |
children | c75839749e65 |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 14 16:58:25 2009 +0000 +++ b/lisp/ChangeLog Tue Jul 14 19:57:58 2009 +0000 @@ -1,3 +1,8 @@ +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> * select.el (x-set-selection): Doc fix.
--- a/lisp/simple.el Tue Jul 14 16:58:25 2009 +0000 +++ b/lisp/simple.el Tue Jul 14 19:57:58 2009 +0000 @@ -5425,7 +5425,7 @@ :version "21.1" :group 'mail) -(defcustom mail-user-agent 'sendmail-user-agent +(defcustom mail-user-agent 'message-user-agent "Your preference for a mail composition package. Various Emacs Lisp packages (e.g. Reporter) require you to compose an outgoing email message. This variable lets you specify which