From: Juanma Barranquero Date: Thu, 13 Jun 2002 16:32:23 +0000 (+0000) Subject: (lisp): Add international/ucs-tables.elc and font-core.elc. X-Git-Tag: ttn-vms-21-2-B4~14631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a8940dabbe8b94de5ba8f48044bcc6474be474d;p=emacs.git (lisp): Add international/ucs-tables.elc and font-core.elc. --- 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 \