From 3d9aaebdc4bae7f64699453d57206591f56c3a22 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 2 Nov 1999 07:32:52 +0000 Subject: [PATCH] (add-text-properties, get-text-property): Define as null function. --- ChangeLog | 4 +++- poe-18.el | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c214a2d..b0b2e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 1999-11-02 Katsumi Yamaoka - * 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. 1999-10-22 Katsumi Yamaoka diff --git a/poe-18.el b/poe-18.el index 8a684e3..fdea308 100644 --- 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 ;;; -- 1.7.10.4