From: Glenn Morris Date: Fri, 30 Nov 2007 08:21:48 +0000 (+0000) Subject: Require password, rather than autoloading password-read. X-Git-Tag: emacs-pretest-23.0.90~9229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=257a0a0d98229a5b361b198d8136b26f10334044;p=emacs.git Require password, rather than autoloading password-read. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index da2d92a3a56..b100bd63f6a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2007-11-30 Glenn Morris + + * encrypt.el: Require password, rather than autoloading password-read. + 2007-11-28 Richard Stallman * md4.el: Move to ../. diff --git a/lisp/gnus/encrypt.el b/lisp/gnus/encrypt.el index 52a9d3cb8e3..5f65417e5fc 100644 --- a/lisp/gnus/encrypt.el +++ b/lisp/gnus/encrypt.el @@ -52,9 +52,7 @@ ;;; Code: -;; autoload password -(eval-and-compile - (autoload 'password-read "password")) +(require 'password) (defgroup encrypt '((password-cache custom-variable) (password-cache-expiry custom-variable))