# HG changeset patch # User Michael Albinus # Date 1264195190 -3600 # Node ID a0a8dc9e7a05f12d2402193afae7cc992accdf82 # Parent b21e977d14e7239c1c77c61f0c0af3a66176a19e * net/tramp-imap.el (top): Autoload needed packages. diff -r b21e977d14e7 -r a0a8dc9e7a05 lisp/net/tramp-imap.el --- a/lisp/net/tramp-imap.el Fri Jan 22 22:17:11 2010 +0100 +++ b/lisp/net/tramp-imap.el Fri Jan 22 22:19:50 2010 +0100 @@ -55,7 +55,6 @@ (require 'assoc) (require 'tramp) (require 'tramp-compat) -(eval-when-compile (require 'imap-hash)) (autoload 'auth-source-user-or-password "auth-source") (autoload 'epg-context-operation "epg")