From: tmorioka Date: Wed, 26 Feb 1997 04:17:33 +0000 (+0000) Subject: `semi-callback' -> `mime-button-callback'. X-Git-Tag: Hokutetsu-Ishikawa-new~274 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f5668430c11c8f33e34d34b5ae09f24f7e9caf;p=elisp%2Fsemi.git `semi-callback' -> `mime-button-callback'. --- diff --git a/mime-def.el b/mime-def.el index 3db3c76..67f0755 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.18 1997-02-26 04:16:00 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.19 1997-02-26 04:17:33 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -71,7 +71,7 @@ (nconc (and mime-button-mouse-face (list 'mouse-face mime-button-mouse-face)) - (list 'semi-callback func) + (list 'mime-button-callback func) (and data (list 'semi-data data)) )) ) @@ -86,7 +86,7 @@ (mouse-set-point event) (setq buf (current-buffer) point (point) - func (get-text-property (point) 'semi-callback) + func (get-text-property (point) 'mime-button-callback) data (get-text-property (point) 'semi-data) ) )