From: teranisi Date: Mon, 8 Nov 1999 04:51:35 +0000 (+0000) Subject: * poe-18.el (put-text-property, next-property-change, X-Git-Tag: of-tm-8_8~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=00d61c72098692fbba3a42e510be515f88d11630;p=elisp%2Fapel.git * poe-18.el (put-text-property, next-property-change, text-properties-at): Define as null function. --- diff --git a/ChangeLog b/ChangeLog index b0b2e11..237fcf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-11-08 Yuuichi Teranishi + + * poe-18.el (put-text-property, next-property-change, + text-properties-at): Define as null function. + 1999-11-02 Katsumi Yamaoka * poe-18.el (add-text-properties, get-text-property): Define as diff --git a/poe-18.el b/poe-18.el index fdea308..4e7047f 100644 --- a/poe-18.el +++ b/poe-18.el @@ -219,6 +219,11 @@ of the limitation of old \(v18\) compiler. (defun add-text-properties (start end properties &optional object)) +(defun put-text-property (start end property value &optional object)) + +(defun next-property-change (position &optional object limit)) + +(defun text-properties-at (position &optional object)) ;;; @ file ;;;