# HG changeset patch # User Stefan Monnier # Date 1247601478 0 # Node ID 687539bbd810a73fcc57fee21befeacaf0368cd5 # Parent 77139c3e374750f1882861d4aa644fb9b15a060d (mail-user-agent): Default to the upwardly-UI-compatible and more featureful message-mode. diff -r 77139c3e3747 -r 687539bbd810 lisp/ChangeLog --- 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 + + * simple.el (mail-user-agent): Default to the upwardly-UI-compatible + and more featureful message-mode. + 2009-07-14 Chong Yidong * select.el (x-set-selection): Doc fix. diff -r 77139c3e3747 -r 687539bbd810 lisp/simple.el --- 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