Mercurial > emacs
view lispintro/configure.in @ 48384:acfaa904eb56
(load_face_font): Set `face->overstrike' based on result from
choose_face_font.
(best_matching_font, choose_face_font): Add `needs_overstrike'
argument, and use it to return whether overstriking is desirable
for this face/font combo.
(set_font_frame_param: Pass new argument to choose_face_font.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 17 Nov 2002 23:51:19 +0000 |
parents | a8ee89e61d20 |
children | 695cf19ef79e |
line wrap: on
line source
dnl autoconf input file for the emacs lisp intro AC_INIT(emacs-lisp-intro.texi) AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) AC_OUTPUT(Makefile)