# HG changeset patch # User Richard M. Stallman # Date 779664277 0 # Node ID 644919e8d06708d9b6e78bee8088d63e27396800 # Parent 4feb7830ba0126f571fe1bbee8928a93ab4a863a (syms_of_textprop): Delete Lisp var interval-balance-threshold. diff -r 4feb7830ba01 -r 644919e8d067 src/textprop.c --- a/src/textprop.c Thu Sep 15 21:22:26 1994 +0000 +++ b/src/textprop.c Thu Sep 15 21:24:37 1994 +0000 @@ -1314,11 +1314,6 @@ void syms_of_textprop () { - DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold, - "Threshold for rebalancing interval trees, expressed as the\n\ -percentage by which the left interval tree should not differ from the right."); - interval_balance_threshold = 8; - DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, "If non-nil, don't call the text property values of\n\ `point-left' and `point-entered'.");