2000-12-19 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / mm-uu.el
index a8c7e35..33c9d5f 100644 (file)
 (require 'mm-decode)
 (require 'mailcap)
 (require 'mml2015)
-
-(eval-and-compile
-  (autoload 'binhex-decode-region "binhex")
-  (autoload 'binhex-decode-region-external "binhex")
-  (autoload 'uudecode-decode-region "uudecode")
-  (autoload 'uudecode-decode-region-external "uudecode"))
+(require 'uudecode)
+(require 'binhex)
 
 ;; This is not the right place for this.  uudecode.el should decide
 ;; whether or not to use a program with a single interface, but I