From 00d61c72098692fbba3a42e510be515f88d11630 Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 8 Nov 1999 04:51:35 +0000 Subject: [PATCH] * poe-18.el (put-text-property, next-property-change, text-properties-at): Define as null function. --- ChangeLog | 5 +++++ poe-18.el | 5 +++++ 2 files changed, 10 insertions(+) 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 ;;; -- 1.7.10.4