From: tmorioka Date: Thu, 27 Feb 1997 06:37:05 +0000 (+0000) Subject: (mime-preview/filter-for-text/plain): `tm:add-button' -> X-Git-Tag: Hokutetsu-Ishikawa-new~260 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e7c426bed977f667ab3acb18cdc41303c3628d;p=elisp%2Fsemi.git (mime-preview/filter-for-text/plain): `tm:add-button' -> `mime-add-button'. --- diff --git a/mime-text.el b/mime-text.el index c0e5e3a..ab28527 100644 --- a/mime-text.el +++ b/mime-text.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; Version: -;; $Id: mime-text.el,v 0.9 1997-02-27 06:35:37 tmorioka Exp $ +;; $Id: mime-text.el,v 0.10 1997-02-27 06:37:05 tmorioka Exp $ ;; Keywords: text, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -95,9 +95,9 @@ (while (re-search-forward mime-text-url-regexp nil t) (let ((beg (match-beginning 0)) (end (match-end 0))) - (tm:add-button beg end - (function mime-text-browse-url) - (list (buffer-substring beg end)))) + (mime-add-button beg end + (function mime-text-browse-url) + (list (buffer-substring beg end)))) ))) (run-hooks 'mime-view-plain-text-preview-hook) )