From 9a5bb389939ba39f75b53d1cf0dbf160ed3c9249 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 11 Mar 1998 12:49:59 +0000 Subject: [PATCH] tm 7.105.1. --- emu-xemacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emu-xemacs.el b/emu-xemacs.el index c5e20d5..a614610 100644 --- a/emu-xemacs.el +++ b/emu-xemacs.el @@ -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)