]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
authorKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)
src/fontset.c

index aaeccf3d7ef8bd91da004c51e3cbffb4d096a659..6c90f62f33f92dc215661e991f6a0fd1953e7ff0 100644 (file)
@@ -851,7 +851,7 @@ alternative fontnames are tried.");
      "*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\