`tm:mother-button-dispatcher' -> `mime-button-mother-dispatcher'.
authortmorioka <tmorioka>
Thu, 27 Feb 1997 06:35:37 +0000 (06:35 +0000)
committertmorioka <tmorioka>
Thu, 27 Feb 1997 06:35:37 +0000 (06:35 +0000)
mime-text.el

index 3a7777d..c0e5e3a 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;     $Id: mime-text.el,v 0.8 1997-02-25 07:40:37 tmorioka Exp $
+;;     $Id: mime-text.el,v 0.9 1997-02-27 06:35:37 tmorioka Exp $
 ;; Keywords: text, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -74,8 +74,8 @@
       (if url 
         (funcall browse-url-browser-function url)
       (call-interactively browse-url-browser-function))
-    (if (fboundp tm:mother-button-dispatcher)
-       (call-interactively tm:mother-button-dispatcher)
+    (if (fboundp mime-button-mother-dispatcher)
+       (call-interactively mime-button-mother-dispatcher)
       )
     ))