Mercurial > emacs
changeset 42172:9db34f97f222
Require `ind-util' when compiling.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 19 Dec 2001 02:20:19 +0000 |
parents | bf4e0cf7e2d1 |
children | 9c9bb29ed93f |
files | lisp/international/fontset.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/fontset.el Tue Dec 18 23:39:30 2001 +0000 +++ b/lisp/international/fontset.el Wed Dec 19 02:20:19 2001 +0000 @@ -27,6 +27,8 @@ ;;; Code: +(eval-when-compile (require 'ind-util)) + ;; Set standard fontname specification of characters in the default ;; fontset to find an appropriate font for each charset. This is used ;; to generate a font name for a fontset if the fontset doesn't