From: Stefan Monnier Date: Tue, 14 Jul 2009 19:57:58 +0000 (+0000) Subject: (mail-user-agent): Default to the upwardly-UI-compatible X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/cbd61418b367a9329ed51b5748019a75a5c7e9cf (mail-user-agent): Default to the upwardly-UI-compatible and more featureful message-mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18a1db7ca6..5ccc6988ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/simple.el b/lisp/simple.el index 15536bced0..f087189d44 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5425,7 +5425,7 @@ See also `mail-user-agent' concerning sending mail." :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