emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105483: (auth-source): Require to av


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105483: (auth-source): Require to avoid problems with binding variables.
Date: Thu, 18 Aug 2011 00:02:49 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105483
fixes bug(s): http://debbugs.gnu.org/9298
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-08-18 00:02:49 +0200
message:
  (auth-source): Require to avoid problems with binding variables.
  
  Also clean up some unused autoloads.
modified:
  lisp/ChangeLog
  lisp/mail/smtpmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-17 20:50:33 +0000
+++ b/lisp/ChangeLog    2011-08-17 22:02:49 +0000
@@ -1,5 +1,9 @@
 2011-08-17  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/mail/smtpmail.el'
--- a/lisp/mail/smtpmail.el     2011-08-04 00:58:07 +0000
+++ b/lisp/mail/smtpmail.el     2011-08-17 22:02:49 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]