From: tmorioka Date: Tue, 25 Feb 1997 06:33:03 +0000 (+0000) Subject: Function `tm:set-face-region' was abolished. X-Git-Tag: Hokutetsu-Ishikawa-new~288 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e9a96ee25613a4ea7a0a80525f167672fce8a8c9;p=elisp%2Fsemi.git Function `tm:set-face-region' was abolished. --- diff --git a/mime-def.el b/mime-def.el index 2efb95e..ad3f1f8 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.10 1997-02-25 06:21:00 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.11 1997-02-25 06:33:03 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -56,11 +56,6 @@ ;;; @ button ;;; -(defun tm:set-face-region (b e face) - (let ((overlay (tl:make-overlay b e))) - (tl:overlay-put overlay 'face face) - )) - (defvar tm:button-face 'bold "Face used for content-button or URL-button of MIME-Preview buffer. \[mime-def.el]")