aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 44c333256a6..d36b9e14a69 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -58,9 +58,8 @@ enum property_set_type
58 58
59/* verify_interval_modification saves insertion hooks here 59/* verify_interval_modification saves insertion hooks here
60 to be run later by report_interval_modification. */ 60 to be run later by report_interval_modification. */
61static Lisp_Object interval_insert_behind_hooks; 61Lisp_Object interval_insert_behind_hooks;
62static Lisp_Object interval_insert_in_front_hooks; 62Lisp_Object interval_insert_in_front_hooks;
63
64 63
65/* Signal a `text-read-only' error. This function makes it easier 64/* Signal a `text-read-only' error. This function makes it easier
66 to capture that error in GDB by putting a breakpoint on it. */ 65 to capture that error in GDB by putting a breakpoint on it. */