Mercurial > emacs
changeset 8762:644919e8d067
(syms_of_textprop): Delete Lisp var interval-balance-threshold.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Sep 1994 21:24:37 +0000 |
parents | 4feb7830ba01 |
children | 2b54e6deed2f |
files | src/textprop.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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'.");