From: morioka Date: Mon, 2 Mar 1998 14:00:58 +0000 (+0000) Subject: tm 5.21.4 X-Git-Tag: tm5_21_4~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=917398c6359f48471a2fefa3217c5c9a2be76806;p=elisp%2Ftm.git tm 5.21.4 --- diff --git a/Makefile b/Makefile index 34dcff3..ffbfe0f 100644 --- 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) diff --git a/tm-setup.el b/tm-setup.el index 75fe4ca..b39121b 100644 --- a/tm-setup.el +++ b/tm-setup.el @@ -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 ;;; @@ -37,19 +45,10 @@ ("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)