diff options
| author | Kenichi Handa | 1997-07-25 07:53:16 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-07-25 07:53:16 +0000 |
| commit | e3ee2a8a9add5dde63cd451cfb9f68762dedc340 (patch) | |
| tree | 8632012f24d1f209dc962d2f68a54a9b495f6ea3 /src/fontset.c | |
| parent | 4dad0cbaf539f74948282a00546a001947b5c600 (diff) | |
| download | emacs-e3ee2a8a9add5dde63cd451cfb9f68762dedc340.tar.gz emacs-e3ee2a8a9add5dde63cd451cfb9f68762dedc340.zip | |
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index aaeccf3d7ef..6c90f62f33f 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -851,7 +851,7 @@ alternative fontnames are tried."); | |||
| 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\ |