tm 6.76.
[elisp/tm.git] / tm-ftp.el
index 6907d13..d4e5fc0 100644 (file)
--- a/tm-ftp.el
+++ b/tm-ftp.el
@@ -6,7 +6,7 @@
 ;;; modified by MORIOKA Tomohiko <morioka@jaist.ac.jp>  (1994/11/ 8)
 ;;;         and OKABE Yasuo <okabe@kudpc.kyoto-u.ac.jp> (1994/11/11)
 ;;;
-;;; $Id: tm-ftp.el,v 5.0 1994/11/11 04:45:17 morioka Exp $
+;;; $Id: tm-ftp.el,v 6.0 1995/03/13 16:49:24 morioka Exp $
 ;;;
 
 (provide 'tm-ftp)
@@ -23,7 +23,7 @@
     (setq pathname
          (concat "/anonymous@" site ":" directory))
     (message (concat "Accessing " pathname "/" name "..."))
-    (switch-to-buffer mime/preview-buffer)
+    (switch-to-buffer mime::article/preview-buffer)
     (dired pathname)
     (goto-char (point-min))
     (search-forward name)