summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-08-18 00:02:49 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-08-18 00:02:49 +0200
commit3e79eb87b71bd985ff6de6dfdca38574a508f37c (patch)
treee42c9258cde174ba84cfccdf056e27ba93357220 /lisp
parent72ad093b970be68fea2224dd17239b006ede6fba (diff)
downloademacs-3e79eb87b71bd985ff6de6dfdca38574a508f37c.tar.gz
emacs-3e79eb87b71bd985ff6de6dfdca38574a508f37c.tar.bz2
emacs-3e79eb87b71bd985ff6de6dfdca38574a508f37c.zip
(auth-source): Require to avoid problems with binding variables.
Also clean up some unused autoloads. Fixes: debbugs:9298
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/smtpmail.el5
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9603acec917..f57bd437af6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * mail/smtpmail.el (auth-source): Require to avoid problems with
+ binding variables (bug#9298). Also clean up some unused
+ autoloads.
+
* net/network-stream.el (network-stream-open-starttls): Support
using starttls.el without using gnutls-cli.
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index 3b406fa9331..637d10135fa 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -55,15 +55,12 @@
;;; Code:
(require 'sendmail)
+(require 'auth-source)
(autoload 'mail-strip-quoted-names "mail-utils")
(autoload 'message-make-date "message")
(autoload 'message-make-message-id "message")
(autoload 'rfc2104-hash "rfc2104")
-(autoload 'netrc-parse "netrc")
-(autoload 'netrc-machine "netrc")
-(autoload 'netrc-get "netrc")
(autoload 'password-read "password-cache")
-(autoload 'auth-source-search "auth-source")
;;;
(defgroup smtpmail nil