aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-12-19 02:23:26 +0000
committerMiles Bader2001-12-19 02:23:26 +0000
commit797c2e4e0580f259ab982812f94b43e5d60f3098 (patch)
tree142d0870fbe010a3449c2fbe463dfde97fa9aa46
parent3509a04cd410053426636163b16dc0eaf5da891e (diff)
downloademacs-797c2e4e0580f259ab982812f94b43e5d60f3098.tar.gz
emacs-797c2e4e0580f259ab982812f94b43e5d60f3098.zip
Require `ind-util' when compiling.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/international/fontset.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3adb9261279..92d5efc5f58 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-12-19 Miles Bader <miles@gnu.org>
2
3 * international/fontset.el: Require `ind-util' when compiling.
4
12001-12-18 Richard M. Stallman <rms@gnu.org> 52001-12-18 Richard M. Stallman <rms@gnu.org>
2 6
3 * simple.el (eval-expression-print-level) 7 * simple.el (eval-expression-print-level)
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 9ea6e8d3f8e..d22173e4796 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -27,6 +27,8 @@
27 27
28;;; Code: 28;;; Code:
29 29
30(eval-when-compile (require 'ind-util))
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