From: Gerd Moellmann Date: Mon, 28 May 2001 12:04:26 +0000 (+0000) Subject: (char_property_eq): Put in #if 0. X-Git-Tag: emacs-pretest-21.0.104~371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04f250d4953acee7e04b3d7af95ce03458f817d3;p=emacs.git (char_property_eq): Put in #if 0. --- diff --git a/src/editfns.c b/src/editfns.c index e50ef45ec0a..37f0162458d 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -316,6 +316,8 @@ If you set the marker not to point anywhere, the buffer will have no mark.") } +#if 0 /* Not used. */ + /* Return nonzero if POS1 and POS2 have the same value for the text property PROP. */ @@ -332,6 +334,8 @@ char_property_eq (prop, pos1, pos2) return EQ (pval1, pval2); } +#endif /* 0 */ + /* Return the direction from which the text-property PROP would be inherited by any new text inserted at POS: 1 if it would be inherited from the char after POS, -1 if it would be inherited from