diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
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.") | |||
| 316 | } | 316 | } |
| 317 | 317 | ||
| 318 | 318 | ||
| 319 | #if 0 /* Not used. */ | ||
| 320 | |||
| 319 | /* Return nonzero if POS1 and POS2 have the same value | 321 | /* Return nonzero if POS1 and POS2 have the same value |
| 320 | for the text property PROP. */ | 322 | for the text property PROP. */ |
| 321 | 323 | ||
| @@ -332,6 +334,8 @@ char_property_eq (prop, pos1, pos2) | |||
| 332 | return EQ (pval1, pval2); | 334 | return EQ (pval1, pval2); |
| 333 | } | 335 | } |
| 334 | 336 | ||
| 337 | #endif /* 0 */ | ||
| 338 | |||
| 335 | /* Return the direction from which the text-property PROP would be | 339 | /* Return the direction from which the text-property PROP would be |
| 336 | inherited by any new text inserted at POS: 1 if it would be | 340 | inherited by any new text inserted at POS: 1 if it would be |
| 337 | inherited from the char after POS, -1 if it would be inherited from | 341 | inherited from the char after POS, -1 if it would be inherited from |