diff options
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 5 |
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. */ |
| 61 | static Lisp_Object interval_insert_behind_hooks; | 61 | Lisp_Object interval_insert_behind_hooks; |
| 62 | static Lisp_Object interval_insert_in_front_hooks; | 62 | Lisp_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. */ |