mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 16:21:07 -08:00
(font_open_entity): Cancel the previous change.
This commit is contained in:
parent
e83ceb8ba2
commit
9bfd60bd6a
1 changed files with 0 additions and 6 deletions
|
|
@ -2848,12 +2848,6 @@ font_open_entity (f, entity, pixel_size)
|
|||
return Qnil;
|
||||
|
||||
font_object = driver_list->driver->open (f, entity, pixel_size);
|
||||
if (STRINGP (AREF (font_object, FONT_FULLNAME_INDEX))
|
||||
&& STRINGP (Vvertical_centering_font_regexp))
|
||||
XFONT_OBJECT (font_object)->vertical_centering
|
||||
= (fast_string_match_ignore_case
|
||||
(Vvertical_centering_font_regexp,
|
||||
(AREF (font_object, FONT_FULLNAME_INDEX))) >= 0);
|
||||
font_add_log ("open", entity, font_object);
|
||||
if (NILP (font_object))
|
||||
return Qnil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue