From: tmorioka Date: Wed, 26 Feb 1997 04:00:00 +0000 (+0000) Subject: (tm:add-button, tm:button-dispatcher): `mime-callback' was renamed to X-Git-Tag: Hokutetsu-Ishikawa-new~277 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bd51114ab91deb97d44281eccff427a159757929;p=elisp%2Fsemi.git (tm:add-button, tm:button-dispatcher): `mime-callback' was renamed to `semi-callback'; `mime-data' was renamed to `semi-data'. --- diff --git a/mime-def.el b/mime-def.el index 01ca824..789d85f 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.15 1997-02-26 03:54:17 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.16 1997-02-26 04:00:00 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -70,8 +70,8 @@ (tl:add-text-properties from to (append (and tm:mouse-face (list 'mouse-face tm:mouse-face)) - (list 'mime-callback func) - (and data (list 'mime-data data)) + (list 'semi-callback func) + (and data (list 'semi-data data)) )) ) @@ -85,8 +85,8 @@ (mouse-set-point event) (setq buf (current-buffer) point (point) - func (get-text-property (point) 'mime-callback) - data (get-text-property (point) 'mime-data) + func (get-text-property (point) 'semi-callback) + data (get-text-property (point) 'semi-data) ) ) (save-excursion