2000-12-19 17:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 19 Dec 2000 22:25:48 +0000 (22:25 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 19 Dec 2000 22:25:48 +0000 (22:25 +0000)
* mm-uu.el: Require binhex.

lisp/ChangeLog
lisp/mm-uu.el

index ad38ac0..d312bdb 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-uu.el: Require binhex.
+
 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
@@ -82,9 +86,9 @@
 
        * uu-post.pbm, uu-decode.pbm: new files from XPMs.
 
-;      * mm-uu.el (uudecode): Require.
-;      (uudecode-decode-region, uudecode-decode-region-external): Don't
-;      autoload.
+       * mm-uu.el (uudecode): Require.
+       (uudecode-decode-region, uudecode-decode-region-external): Don't
+       autoload.
        (mm-uu-copy-to-buffer): Doc fix.
        (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
        type fix.
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