(tm:add-button, tm:button-dispatcher): `mime-callback' was renamed to
authortmorioka <tmorioka>
Wed, 26 Feb 1997 04:00:00 +0000 (04:00 +0000)
committertmorioka <tmorioka>
Wed, 26 Feb 1997 04:00:00 +0000 (04:00 +0000)
`semi-callback'; `mime-data' was renamed to `semi-data'.

mime-def.el

index 01ca824..789d85f 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.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