`semi-callback' -> `mime-button-callback'.
authortmorioka <tmorioka>
Wed, 26 Feb 1997 04:17:33 +0000 (04:17 +0000)
committertmorioka <tmorioka>
Wed, 26 Feb 1997 04:17:33 +0000 (04:17 +0000)
mime-def.el

index 3db3c76..67f0755 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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)
            )
       )