From: morioka Date: Wed, 11 Mar 1998 12:49:59 +0000 (+0000) Subject: tm 7.105.1. X-Git-Tag: tm-7_105_1~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=17dd31fa665a5ff1973221bb5daf29186e01c0af;p=elisp%2Fapel.git tm 7.105.1. --- diff --git a/emu-xemacs.el b/emu-xemacs.el index 5f28536..fd9f22d 100644 --- a/emu-xemacs.el +++ b/emu-xemacs.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Version: -;; $Id: emu-xemacs.el,v 7.14 1996/11/28 18:18:49 morioka Exp $ +;; $Id: emu-xemacs.el,v 7.15 1997/03/03 11:35:08 morioka Exp $ ;; Keywords: emulation, compatibility, XEmacs ;; This file is part of emu. @@ -54,10 +54,10 @@ ))) ) -(defun tl:add-text-properties (start end properties) +(defun tl:add-text-properties (start end properties &optional object) (add-text-properties start end (append properties (list 'highlight t)) - ) + object) ) (defalias 'tl:make-overlay 'make-extent)