diff options
| author | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
| commit | 1cda365bcc8ffdc03ea705be1ca0860e56149944 (patch) | |
| tree | 7d4a67d2b046b564183ebce6847d44b8dd6ef707 /src/editfns.c | |
| parent | 82d336bb15a1145e9d6f082aa9ac5513d84459c3 (diff) | |
| download | emacs-old-branches/gerd_defvaralias.tar.gz emacs-old-branches/gerd_defvaralias.zip | |
*** empty log message ***old-branches/gerd_defvaralias
Diffstat (limited to 'src/editfns.c')
| -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 |