mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-15 04:11:53 -08:00
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
This commit is contained in:
parent
4dad0cbaf5
commit
e3ee2a8a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue