From: tmorioka Date: Thu, 27 Feb 1997 06:35:37 +0000 (+0000) Subject: `tm:mother-button-dispatcher' -> `mime-button-mother-dispatcher'. X-Git-Tag: Hokutetsu-Ishikawa-new~261 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9af4396a58b700a55b99119ba474ac7850927b11;p=elisp%2Fsemi.git `tm:mother-button-dispatcher' -> `mime-button-mother-dispatcher'. --- 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) ) ))