From: yamaoka Date: Tue, 2 Nov 1999 07:32:52 +0000 (+0000) Subject: (add-text-properties, get-text-property): Define as null function. X-Git-Tag: of-tm-8_8~9 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=3d9aaebdc4bae7f64699453d57206591f56c3a22 (add-text-properties, get-text-property): Define as null function. --- 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 ;;;