comparison src/fontset.c @ 18976:ebb3e71c6dfd

(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Jul 1997 07:53:16 +0000
parents f54bacc800e5
children f3580f4e3587
comparison
equal deleted inserted replaced
18975:06204358e78f 18976:ebb3e71c6dfd
849 849
850 DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font, 850 DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font,
851 "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\ 851 "*Non-nil means highlight characters shown in wrong size fonts somehow.\n\
852 The way to highlight them depends on window system on which Emacs runs.\n\ 852 The way to highlight them depends on window system on which Emacs runs.\n\
853 On X window, a rectangle is shown around each such character."); 853 On X window, a rectangle is shown around each such character.");
854 Vhighlight_wrong_size_font = Qt; 854 Vhighlight_wrong_size_font = Qnil;
855 855
856 DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, 856 DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font,
857 "*Non-nil means characters shown in large size fonts are clipped.\n\ 857 "*Non-nil means characters shown in large size fonts are clipped.\n\
858 The height of clipping area is the same as that of an ASCII character.\n\ 858 The height of clipping area is the same as that of an ASCII character.\n\
859 The width of the area is the same as that of an ASCII character or\n\ 859 The width of the area is the same as that of an ASCII character or\n\