* poe-18.el (put-text-property, next-property-change,
authorteranisi <teranisi>
Mon, 8 Nov 1999 04:51:35 +0000 (04:51 +0000)
committerteranisi <teranisi>
Mon, 8 Nov 1999 04:51:35 +0000 (04:51 +0000)
  text-properties-at): Define as null function.

ChangeLog
poe-18.el

index b0b2e11..237fcf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * poe-18.el (put-text-property, next-property-change, 
+       text-properties-at): Define as null function.
+
 1999-11-02  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * poe-18.el (add-text-properties, get-text-property): Define as
index fdea308..4e7047f 100644 (file)
--- 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
 ;;;