diff lisp/tl/emu-xemacs.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 4b173ad71786
children e04119814345
line wrap: on
line diff
--- a/lisp/tl/emu-xemacs.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/tl/emu-xemacs.el	Mon Aug 13 08:52:29 2007 +0200
@@ -5,7 +5,7 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;	$Id: emu-xemacs.el,v 1.2 1996/12/22 00:29:30 steve Exp $
+;;	$Id: emu-xemacs.el,v 1.3 1997/03/09 02:37:47 steve 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)