diff options
| author | Richard M. Stallman | 1994-09-15 21:24:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-15 21:24:37 +0000 |
| commit | f2495b93d43488d819f57bd291296f7c4a8b596b (patch) | |
| tree | d8a0734905bbb43d058410d8549b62b9c4a93c1f /src | |
| parent | 49c49d2299aace1e277edb040ce26f6603e61b2c (diff) | |
| download | emacs-f2495b93d43488d819f57bd291296f7c4a8b596b.tar.gz emacs-f2495b93d43488d819f57bd291296f7c4a8b596b.zip | |
(syms_of_textprop): Delete Lisp var interval-balance-threshold.
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/textprop.c b/src/textprop.c index b6e8039adf8..796b29a04d5 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1314,11 +1314,6 @@ copy_text_properties (start, end, src, pos, dest, prop) | |||
| 1314 | void | 1314 | void |
| 1315 | syms_of_textprop () | 1315 | syms_of_textprop () |
| 1316 | { | 1316 | { |
| 1317 | DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, | ||
| 1318 | "Threshold for rebalancing interval trees, expressed as the\n\ | ||
| 1319 | percentage by which the left interval tree should not differ from the right."); | ||
| 1320 | interval_balance_threshold = 8; | ||
| 1321 | |||
| 1322 | DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, | 1317 | DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, |
| 1323 | "If non-nil, don't call the text property values of\n\ | 1318 | "If non-nil, don't call the text property values of\n\ |
| 1324 | `point-left' and `point-entered'."); | 1319 | `point-left' and `point-entered'."); |