Mercurial > emacs
diff src/editfns.c @ 37916:0b5642b0d6e4
(char_property_eq): Put in #if 0.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 28 May 2001 12:04:26 +0000 |
| parents | b9cea35cf91f |
| children | 0b34b024286d |
line wrap: on
line diff
--- a/src/editfns.c Mon May 28 11:58:55 2001 +0000 +++ b/src/editfns.c Mon May 28 12:04:26 2001 +0000 @@ -316,6 +316,8 @@ } +#if 0 /* Not used. */ + /* Return nonzero if POS1 and POS2 have the same value for the text property PROP. */ @@ -332,6 +334,8 @@ 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
