Mercurial > hg > xemacs-beta
diff lisp/tl/emu-xemacs.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 54cc21c15cbb |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/lisp/tl/emu-xemacs.el Mon Aug 13 09:17:27 2007 +0200 +++ b/lisp/tl/emu-xemacs.el Mon Aug 13 09:18:39 2007 +0200 @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Version: -;; $Id: emu-xemacs.el,v 1.1.1.2 1996/12/21 20:50:48 steve Exp $ +;; $Id: emu-xemacs.el,v 1.2 1997/03/08 23:26:56 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)