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