From 48a731fe8e7671fe1d6d94c5232e3ad88213e70b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 14 Feb 2008 18:43:02 +0000 Subject: (password-cache-add): Declare as function. --- lisp/mail/smtpmail.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/mail') diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 0afb8ce8630..abcf51b44ed 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -533,6 +533,9 @@ This is relative to `smtpmail-queue-dir'.") (list "--x509keyfile" cred-key "--x509certfile" cred-cert))))) (starttls-open-stream "SMTP" process-buffer host port))))) +;; password-read autoloads password-cache. +(declare-function password-cache-add "password-cache" (key password)) + (defun smtpmail-try-auth-methods (process supported-extensions host port) (let* ((mechs (cdr-safe (assoc 'auth supported-extensions))) (mech (car (smtpmail-intersection smtpmail-auth-supported mechs))) -- cgit v1.2.1