summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2008-02-14 14:59:32 +0000
committerBastien Guerry <bzg@altern.org>2008-02-14 14:59:32 +0000
commitb1cd57bc9af9a15fba8f476fb6e7ece8005a948d (patch)
tree2075c902096fdab1acc83b3c5837da8a0938c5c7 /lisp/mail
parenta8049a30d55310baa45f5fd0dfd0d3937dd31b00 (diff)
downloademacs-b1cd57bc9af9a15fba8f476fb6e7ece8005a948d.tar.gz
2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
* mail/smtpmail.el: Use password-cache.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/smtpmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index a8d95cf1420..0afb8ce8630 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -78,7 +78,7 @@
(autoload 'netrc-parse "netrc")
(autoload 'netrc-machine "netrc")
(autoload 'netrc-get "netrc")
-(autoload 'password-read "password") ; for new emacsen: "password-cache"
+(autoload 'password-read "password-cache")
;;;
(defgroup smtpmail nil