aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-28 12:04:26 +0000
committerGerd Moellmann2001-05-28 12:04:26 +0000
commit04f250d4953acee7e04b3d7af95ce03458f817d3 (patch)
treed7d35b3b225c3da65359449dafc8d0c21de5b709 /src
parent89c8dc6c22ae40142be36b3befa3df9d08df682a (diff)
downloademacs-04f250d4953acee7e04b3d7af95ce03458f817d3.tar.gz
emacs-04f250d4953acee7e04b3d7af95ce03458f817d3.zip
(char_property_eq): Put in #if 0.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
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