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

index 67f0755..e29e23d 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.19 1997-02-26 04:17:33 tmorioka Exp $
+;; Version: $Id: mime-def.el,v 0.20 1997-02-26 04:19:56 tmorioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -72,7 +72,7 @@
                           (and mime-button-mouse-face
                                (list 'mouse-face mime-button-mouse-face))
                           (list 'mime-button-callback func)
-                          (and data (list 'semi-data data))
+                          (and data (list 'mime-button-data data))
                           ))
   )
 
@@ -87,7 +87,7 @@
       (setq buf (current-buffer)
            point (point)
            func (get-text-property (point) 'mime-button-callback)
-           data (get-text-property (point) 'semi-data)
+           data (get-text-property (point) 'mime-button-data)
            )
       )
     (save-excursion