Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2dc42b12
Commit
2dc42b12
authored
Nov 14, 2001
by
Pavel Janík
Browse files
Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
parent
a907dc69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
src/fontset.c
src/fontset.c
+0
-10
No files found.
src/fontset.c
View file @
2dc42b12
...
...
@@ -136,8 +136,6 @@ Lisp_Object Vuse_default_ascent;
Lisp_Object
Vignore_relative_composition
;
Lisp_Object
Valternate_fontname_alist
;
Lisp_Object
Vfontset_alias_alist
;
Lisp_Object
Vhighlight_wrong_size_font
;
Lisp_Object
Vclip_large_size_font
;
Lisp_Object
Vvertical_centering_font_regexp
;
/* The following six are declarations of callback functions depending
...
...
@@ -1469,14 +1467,6 @@ alternate fontnames (if any) are tried instead. */);
build_string
(
"fontset-default"
)),
Qnil
);
DEFVAR_LISP
(
"highlight-wrong-size-font"
,
&
Vhighlight_wrong_size_font
,
doc:
/* *This variable is obsolete. */
);
Vhighlight_wrong_size_font
=
Qnil
;
DEFVAR_LISP
(
"clip-large-size-font"
,
&
Vclip_large_size_font
,
doc:
/* *This variable is obsolete. */
);
Vclip_large_size_font
=
Qt
;
DEFVAR_LISP
(
"vertical-centering-font-regexp"
,
&
Vvertical_centering_font_regexp
,
doc:
/* *Regexp matching font names that require vertical centering on display.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment