# HG changeset patch # User Dave Love # Date 966349743 0 # Node ID 4b32734572d809c257f723c83ed831ef7949a08b # Parent b17078a7d55a8c7431c644e807f5b8b831e3372a Autoload widget-convert when compiling. (mail-user-agent): Doc fix. diff -r b17078a7d55a -r 4b32734572d8 lisp/simple.el --- 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."