tm 5.21.4
authormorioka <morioka>
Mon, 2 Mar 1998 14:00:58 +0000 (14:00 +0000)
committermorioka <morioka>
Mon, 2 Mar 1998 14:00:58 +0000 (14:00 +0000)
Makefile
tm-setup.el

index 34dcff3..ffbfe0f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GOMI    = $(UTILS) *.elc
 FILES  = README.eng Makefile Makefile.18 Makefile.19 *.el *.c methods \
                doc/Makefile doc/*.pln doc/*.ol doc/*.tex doc/*.texi
 
-TARFILE = tm5.21.3.tar
+TARFILE = tm5.21.4.tar
 
 all:   $(UTILS) $(DVI)
 
index 75fe4ca..b39121b 100644 (file)
@@ -1,9 +1,17 @@
 ;;;
-;;; $Id: tm-setup.el,v 4.0 1994/12/04 09:35:44 morioka Exp $
+;;; $Id: tm-setup.el,v 5.0 1994/12/22 05:45:32 morioka Exp $
 ;;;
 
 (provide 'tm-setup)
 
+;;; @ for Emacs 18
+;;;
+(if (< (string-to-int emacs-version) 19)
+    (progn
+      (require 'tl-18)
+      (defvar buffer-undo-list nil)
+      ))
+
 
 ;;; @ for LaTeX
 ;;;
                          ("access-type" . "anon-ftp")
                          (method . mime/decode-message/external-ftp)
                          ))
-            (autoload 'mime/decode-text/latex "tm-ftp")
+            (autoload 'mime/decode-message/external-ftp "tm-ftp")
             )))
 
 
-;;; @ for Emacs 18
-;;;
-(if (< (string-to-int emacs-version) 19)
-    (progn
-      (require 'tl-18)
-      (defvar buffer-undo-list nil)
-      ))
-
-
 ;;; @ for RMAIL
 ;;;
 (require 'tm-rmail)