From: tmorioka Date: Thu, 27 Feb 1997 06:38:44 +0000 (+0000) Subject: (mime-tar-set-properties): `tm:add-button' -> `mime-add-button'. X-Git-Tag: Hokutetsu-Ishikawa-new~258 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=943e41b5b78929d4c12a9580719279ccf4894ebd;p=elisp%2Fsemi.git (mime-tar-set-properties): `tm:add-button' -> `mime-add-button'. --- diff --git a/mime-tar.el b/mime-tar.el index 2be9f3a..cd67cfc 100644 --- a/mime-tar.el +++ b/mime-tar.el @@ -5,7 +5,7 @@ ;; Author: Hiroshi Ueno ;; modified by MORIOKA Tomohiko ;; Renamed: 1997/2/26 from tm-tar.el -;; Version: $Id: mime-tar.el,v 0.0 1997-02-26 04:57:33 tmorioka Exp $ +;; Version: $Id: mime-tar.el,v 0.1 1997-02-27 06:38:44 tmorioka Exp $ ;; Keywords: tar, tar+gzip, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -204,11 +204,11 @@ (goto-char beg) (save-excursion (while (re-search-forward mime-tar-file-search-regexp end t) - (tm:add-button (point) - (progn - (end-of-line) - (point)) - 'mime-tar-view-file) + (mime-add-button (point) + (progn + (end-of-line) + (point)) + 'mime-tar-view-file) )) )))