From 81dad972c210f927ac6cfe628c2299b4a85e3b95 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 19 Dec 2000 11:48:54 +0000 Subject: [PATCH] (smtp-open-connection-function): Add autoload cookie. --- smtp.el | 1 + 1 file changed, 1 insertion(+) 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) -- 1.7.10.4