;; 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).
(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))
))
)
(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