summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-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.")
}
+#if 0 /* Not used. */
+
/* Return nonzero if POS1 and POS2 have the same value
for the text property PROP. */
@@ -332,6 +334,8 @@ char_property_eq (prop, pos1, pos2)
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