1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(lisp): Add international/ucs-tables.elc and font-core.elc.

This commit is contained in:
Juanma Barranquero 2002-06-13 16:32:23 +00:00
parent e43bd4f5b2
commit 7a8940dabb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-06-13 Juanma Barranquero <lektu@terra.es>
* makefile.w32-in (lisp): Add international/ucs-tables.elc and
font-core.elc.
2002-06-12 Francesco Potorti` <pot@gnu.org>
* etags.c: New multi-line regexp and new regexp syntax.

View File

@ -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 \