;; 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).
(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)
)
))