]> git.eshelyaron.com Git - emacs.git/commitdiff
Require password, rather than autoloading password-read.
authorGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2007 08:21:48 +0000 (08:21 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 30 Nov 2007 08:21:48 +0000 (08:21 +0000)
lisp/gnus/ChangeLog
lisp/gnus/encrypt.el

index da2d92a3a56a3abf5a3544f66946d89200a0875a..b100bd63f6afb5ddc3097c0267de10b9555ce23f 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * encrypt.el: Require password, rather than autoloading password-read.
+
 2007-11-28  Richard Stallman  <rms@gnu.org>
 
        * md4.el: Move to ../.
index 52a9d3cb8e3d293f38ecf5f2a455828a0c5a5bbc..5f65417e5fce178526ed89f2cab1f682f01d2135 100644 (file)
@@ -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))