Mercurial > emacs
changeset 30820:4b32734572d8
Autoload widget-convert when compiling.
(mail-user-agent): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 14:29:03 +0000 |
parents | b17078a7d55a |
children | 593b589de709 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Aug 15 14:25:50 2000 +0000 +++ b/lisp/simple.el Tue Aug 15 14:29:03 2000 +0000 @@ -28,6 +28,7 @@ ;;; Code: (eval-when-compile + (autoload 'widget-convert "wid-edit") (require 'cl)) @@ -3201,7 +3202,7 @@ `sendmail-user-agent' -- use the default Emacs Mail package `mh-e-user-agent' -- use the Emacs interface to the MH mail system - `message-user-agent' -- use the GNUS mail sending package + `message-user-agent' -- use the Gnus mail sending package Additional valid symbols may be available; check with the author of your package for details."