From: Dave Love Date: Tue, 15 Aug 2000 14:29:03 +0000 (+0000) Subject: Autoload widget-convert when compiling. X-Git-Tag: emacs-pretest-21.0.90~2293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a339f9097ea91794968279862d05bbd31d0dee33;p=emacs.git Autoload widget-convert when compiling. (mail-user-agent): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 85df4194088..ffe032e7690 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -28,6 +28,7 @@ ;;; Code: (eval-when-compile + (autoload 'widget-convert "wid-edit") (require 'cl)) @@ -3201,7 +3202,7 @@ Valid values include: `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."