diff options
| author | Pavel Janík | 2001-11-14 13:38:51 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-14 13:38:51 +0000 |
| commit | 2dc42b12c1619a2a9e4d06b37da880286cdf2fd3 (patch) | |
| tree | d23cd4c82d5426083ee681990776da02011e060b /src | |
| parent | a907dc69fb71e3559601cbe87832b9a1c9f5250e (diff) | |
| download | emacs-2dc42b12c1619a2a9e4d06b37da880286cdf2fd3.tar.gz emacs-2dc42b12c1619a2a9e4d06b37da880286cdf2fd3.zip | |
Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fontset.c b/src/fontset.c index 8c46398e3bf..1f5db2a9dfc 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -136,8 +136,6 @@ Lisp_Object Vuse_default_ascent; | |||
| 136 | Lisp_Object Vignore_relative_composition; | 136 | Lisp_Object Vignore_relative_composition; |
| 137 | Lisp_Object Valternate_fontname_alist; | 137 | Lisp_Object Valternate_fontname_alist; |
| 138 | Lisp_Object Vfontset_alias_alist; | 138 | Lisp_Object Vfontset_alias_alist; |
| 139 | Lisp_Object Vhighlight_wrong_size_font; | ||
| 140 | Lisp_Object Vclip_large_size_font; | ||
| 141 | Lisp_Object Vvertical_centering_font_regexp; | 139 | Lisp_Object Vvertical_centering_font_regexp; |
| 142 | 140 | ||
| 143 | /* The following six are declarations of callback functions depending | 141 | /* The following six are declarations of callback functions depending |
| @@ -1469,14 +1467,6 @@ alternate fontnames (if any) are tried instead. */); | |||
| 1469 | build_string ("fontset-default")), | 1467 | build_string ("fontset-default")), |
| 1470 | Qnil); | 1468 | Qnil); |
| 1471 | 1469 | ||
| 1472 | DEFVAR_LISP ("highlight-wrong-size-font", &Vhighlight_wrong_size_font, | ||
| 1473 | doc: /* *This variable is obsolete. */); | ||
| 1474 | Vhighlight_wrong_size_font = Qnil; | ||
| 1475 | |||
| 1476 | DEFVAR_LISP ("clip-large-size-font", &Vclip_large_size_font, | ||
| 1477 | doc: /* *This variable is obsolete. */); | ||
| 1478 | Vclip_large_size_font = Qt; | ||
| 1479 | |||
| 1480 | DEFVAR_LISP ("vertical-centering-font-regexp", | 1470 | DEFVAR_LISP ("vertical-centering-font-regexp", |
| 1481 | &Vvertical_centering_font_regexp, | 1471 | &Vvertical_centering_font_regexp, |
| 1482 | doc: /* *Regexp matching font names that require vertical centering on display. | 1472 | doc: /* *Regexp matching font names that require vertical centering on display. |