From a339f9097ea91794968279862d05bbd31d0dee33 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 15 Aug 2000 14:29:03 +0000 Subject: [PATCH] Autoload widget-convert when compiling. (mail-user-agent): Doc fix. --- lisp/simple.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.2