From d2f5668430c11c8f33e34d34b5ae09f24f7e9caf Mon Sep 17 00:00:00 2001 From: tmorioka Date: Wed, 26 Feb 1997 04:17:33 +0000 Subject: [PATCH] `semi-callback' -> `mime-button-callback'. --- mime-def.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ) ) -- 1.7.10.4