From 7a8940dabbe8b94de5ba8f48044bcc6474be474d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 13 Jun 2002 16:32:23 +0000 Subject: [PATCH] (lisp): Add international/ucs-tables.elc and font-core.elc. --- lib-src/ChangeLog | 5 +++++ lib-src/makefile.w32-in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c870164f7a5..18e73b14381 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2002-06-13 Juanma Barranquero + + * makefile.w32-in (lisp): Add international/ucs-tables.elc and + font-core.elc. + 2002-06-12 Francesco Potorti` * etags.c: New multi-line regexp and new regexp syntax. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ed76a38ebf8..6b490917fa7 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -170,6 +170,7 @@ lisp= \ $(lispsource)international/mule-conf.el \ $(lispsource)international/mule-cmds.elc \ $(lispsource)international/characters.elc \ + $(lispsource)international/ucs-tables.elc \ $(lispsource)international/utf-8.elc \ $(lispsource)international/latin-1.el \ $(lispsource)international/latin-2.el \ @@ -207,6 +208,7 @@ lisp= \ $(lispsource)startup.elc \ $(lispsource)subr.elc \ $(lispsource)term/tty-colors.elc \ + $(lispsource)font-core.elc \ $(lispsource)textmodes/fill.elc \ $(lispsource)textmodes/page.elc \ $(lispsource)textmodes/paragraphs.elc \ -- 2.39.5