From: tomo Date: Tue, 19 Dec 2000 11:48:54 +0000 (+0000) Subject: (smtp-open-connection-function): Add autoload cookie. X-Git-Tag: flim-1_14_0~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=81dad972c210f927ac6cfe628c2299b4a85e3b95;p=elisp%2Fflim.git (smtp-open-connection-function): Add autoload cookie. --- diff --git a/smtp.el b/smtp.el index 25b5f72..1ccc0e3 100644 --- a/smtp.el +++ b/smtp.el @@ -113,6 +113,7 @@ don't define this value." (defvar sasl-mechanisms) (autoload 'binary-open-network-stream "raw-io") +;;;###autoload (defvar smtp-open-connection-function #'binary-open-network-stream) (defvar smtp-read-point nil)