mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
(auth-source): Require to avoid problems with binding variables.
Also clean up some unused autoloads. Fixes: debbugs:9298
This commit is contained in:
parent
72ad093b97
commit
3e79eb87b7
2 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue