From: tmorioka Date: Wed, 26 Feb 1997 04:14:11 +0000 (+0000) Subject: `tm:button-face' -> `mime-button-face'. X-Git-Tag: Hokutetsu-Ishikawa-new~276 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=84c2657807b24fa75e4f4249d46129f574c83802;p=elisp%2Fsemi.git `tm:button-face' -> `mime-button-face'. --- diff --git a/mime-def.el b/mime-def.el index 789d85f..33c44f1 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.16 1997-02-26 04:00:00 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.17 1997-02-26 04:14:11 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -56,7 +56,7 @@ ;;; @ button ;;; -(defvar tm:button-face 'bold +(defvar mime-button-face 'bold "Face used for content-button or URL-button of MIME-Preview buffer. \[mime-def.el]") @@ -65,8 +65,8 @@ (defun tm:add-button (from to func &optional data) "Create a button between FROM and TO with callback FUNC and data DATA." - (and tm:button-face - (overlay-put (make-overlay from to) 'face tm:button-face)) + (and mime-button-face + (overlay-put (make-overlay from to) 'face mime-button-face)) (tl:add-text-properties from to (append (and tm:mouse-face (list 'mouse-face tm:mouse-face))