(add-text-properties, get-text-property): Define as null function.
authoryamaoka <yamaoka>
Tue, 2 Nov 1999 07:32:52 +0000 (07:32 +0000)
committeryamaoka <yamaoka>
Tue, 2 Nov 1999 07:32:52 +0000 (07:32 +0000)
ChangeLog
poe-18.el

index c214a2d..b0b2e11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 1999-11-02  Katsumi Yamaoka   <yamaoka@jpl.org>
 
-       * poe-18.el (file-executable-p): New function.
+       * poe-18.el (add-text-properties, get-text-property): Define as
+       null function.
+       (file-executable-p): New function.
 
 \f
 1999-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
index 8a684e3..fdea308 100644 (file)
--- a/poe-18.el
+++ b/poe-18.el
@@ -215,6 +215,10 @@ of the limitation of old \(v18\) compiler.
 
 (defun remove-text-properties (start end properties &optional object))
 
+(defun get-text-property (position prop &optional object))
+
+(defun add-text-properties (start end properties &optional object))
+
 
 ;;; @ file
 ;;;