comparison lisp/international/fontset.el @ 42172:9db34f97f222

Require `ind-util' when compiling.
author Miles Bader <miles@gnu.org>
date Wed, 19 Dec 2001 02:20:19 +0000
parents 9f1fa0a02eb3
children 9638b242156c
comparison
equal deleted inserted replaced
42171:bf4e0cf7e2d1 42172:9db34f97f222
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29
30 (eval-when-compile (require 'ind-util))
29 31
30 ;; Set standard fontname specification of characters in the default 32 ;; Set standard fontname specification of characters in the default
31 ;; fontset to find an appropriate font for each charset. This is used 33 ;; fontset to find an appropriate font for each charset. This is used
32 ;; to generate a font name for a fontset if the fontset doesn't 34 ;; to generate a font name for a fontset if the fontset doesn't
33 ;; specify a font name for a specific character. The specification 35 ;; specify a font name for a specific character. The specification