From: morioka Date: Thu, 17 Sep 1998 17:10:33 +0000 (+0000) Subject: (set-text-properties): New function. X-Git-Tag: poe-199811302358~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=72f99a58a073b4002af6d34200a59ef46e3f47cd;p=elisp%2Fapel.git (set-text-properties): New function. --- 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))