# HG changeset patch # User Kenichi Handa # Date 869817196 0 # Node ID ebb3e71c6dfd92506751c2ae15666bfb9198d472 # Parent 06204358e78f574454962c6025846c5c95d9eb89 (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil. diff -r 06204358e78f -r ebb3e71c6dfd src/fontset.c --- a/src/fontset.c Fri Jul 25 07:46:51 1997 +0000 +++ b/src/fontset.c Fri Jul 25 07:53:16 1997 +0000 @@ -851,7 +851,7 @@ "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ The way to highlight them depends on window system on which Emacs runs.\n\ On X window, a rectangle is shown around each such character."); - Vhighlight_wrong_size_font = Qt; + Vhighlight_wrong_size_font = Qnil; DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, "*Non-nil means characters shown in large size fonts are clipped.\n\