This commit was generated by cvs2svn to compensate for changes in r533,
[elisp/tm.git] / tm-ftp.el
index b8db6cf..915e88e 100644 (file)
--- a/tm-ftp.el
+++ b/tm-ftp.el
@@ -5,7 +5,7 @@
 ;; Author: MASUTANI Yasuhiro <masutani@me.es.osaka-u.ac.jp>
 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/11/5
-;; Version: $Id: tm-ftp.el,v 7.4 1997/02/01 19:32:36 morioka Exp $
+;; Version: $Id: tm-ftp.el,v 7.5 1997/02/07 02:04:59 morioka Exp $
 ;; Keywords: anonymous ftp, MIME, multimedia, mail, news
 
 ;; This file is part of tm (Tools for MIME).
 ;;; Code:
 
 (require 'tm-view)
-(require 'ange-ftp)
+
+(defvar mime-view-ftp-module
+  (if (< emacs-major-version 19)
+      'ange-ftp)
+  "*Module for ftp file access.")
+
+(and mime-view-ftp-module
+     (require mime-view-ftp-module)
+     )
 
 (defvar mime-article/dired-function
   (if mime/use-multi-frame