Skip to content

Commit

Permalink
tm 7.105.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
morioka committed Mar 11, 1998
1 parent 953cc9b commit 9a5bb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emu-xemacs.el
Expand Up @@ -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 (add-text-properties start end
(append properties (list 'highlight t)) (append properties (list 'highlight t))
) object)
) )


(defalias 'tl:make-overlay 'make-extent) (defalias 'tl:make-overlay 'make-extent)
Expand Down

0 comments on commit 9a5bb38

Please sign in to comment.