# HG changeset patch # User Glenn Morris # Date 1203014575 0 # Node ID ee383bc4d019544a78f32867cd6625fd065f8a9c # Parent 499730b7bd8e896e60c196effb65e2d97a799d8c (password-cache-add): Declare as function. diff -r 499730b7bd8e -r ee383bc4d019 lisp/mail/smtpmail.el --- a/lisp/mail/smtpmail.el Thu Feb 14 14:59:32 2008 +0000 +++ b/lisp/mail/smtpmail.el Thu Feb 14 18:42:55 2008 +0000 @@ -533,6 +533,9 @@ (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)))