Sync to No Gnus 200406100638.
[elisp/gnus.git-] / lisp / password.el
index a60e39e..4683a9c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; password.el --- Read passwords from user, possibly using a password cache.
 
-;; Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
 ;; Created: 2003-12-21
@@ -52,9 +52,8 @@
 
 ;;; Code:
 
-(if (featurep 'xemacs)
-    (require 'run-at-time)
-  (autoload 'run-at-time "timer"))
+(when (featurep 'xemacs)
+  (require 'run-at-time))
 
 (eval-when-compile
   (require 'cl))