From 72f99a58a073b4002af6d34200a59ef46e3f47cd Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 17 Sep 1998 17:10:33 +0000 Subject: [PATCH] (set-text-properties): New function. --- poe-18.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poe-18.el b/poe-18.el index 5704c40..4c4a830 100644 --- a/poe-18.el +++ b/poe-18.el @@ -357,6 +357,8 @@ With optional non-nil ALL, force redisplay of all mode-lines. ;;; @ text property ;;; +(defun set-text-properties (start end properties &optional object)) + (defun remove-text-properties (start end properties &optional object)) -- 1.7.10.4