From cbd61418b367a9329ed51b5748019a75a5c7e9cf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 14 Jul 2009 19:57:58 +0000 Subject: [PATCH] (mail-user-agent): Default to the upwardly-UI-compatible and more featureful message-mode. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 18a1db7ca68..5ccc6988ad2 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 15536bced08..f087189d44d 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 -- 2.39.2