Mercurial > emacs
diff src/editfns.c @ 37864:db3e294b4ce2
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Tue, 29 May 2001 11:10:47 +0000 |
| parents | b9cea35cf91f |
| children | 0b34b024286d |
line wrap: on
line diff
--- a/src/editfns.c Tue May 29 08:56:24 2001 +0000 +++ b/src/editfns.c Tue May 29 11:10:47 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
