From 9af4396a58b700a55b99119ba474ac7850927b11 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Thu, 27 Feb 1997 06:35:37 +0000 Subject: [PATCH] `tm:mother-button-dispatcher' -> `mime-button-mother-dispatcher'. --- mime-text.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-text.el b/mime-text.el index 3a7777d..c0e5e3a 100644 --- a/mime-text.el +++ b/mime-text.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; 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) ) )) -- 1.7.10.4