aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2001-12-18 18:11:36 +0000
committerDave Love2001-12-18 18:11:36 +0000
commit1e9a61867b2d8a1202bd6c5439108b89bd29ca38 (patch)
tree62f6ea9a5c15c1dc67e254467748055305c1ef04 /src
parente4e34e31efed7f561a780e52c4483f39876332b3 (diff)
downloademacs-1e9a61867b2d8a1202bd6c5439108b89bd29ca38.tar.gz
emacs-1e9a61867b2d8a1202bd6c5439108b89bd29ca38.zip
(lisp, shortlisp): Add language/utf-8-lang.el,
language/georgian.el.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4e2547382de..cf690be2c43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-12-18 Dave Love <fx@gnu.org>
2
3 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
4 language/georgian.el.
5
12001-12-18 Eli Zaretskii <eliz@is.elta.co.il> 62001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * Makefile.in (lisp, shortlisp): Synchronize with changes to 8 * Makefile.in (lisp, shortlisp): Synchronize with changes to
diff --git a/src/Makefile.in b/src/Makefile.in
index 116df9f2f7d..18d3e783e14 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -699,6 +699,8 @@ lisp= \
699 ${lispsource}language/tibetan.elc \ 699 ${lispsource}language/tibetan.elc \
700 ${lispsource}language/vietnamese.elc \ 700 ${lispsource}language/vietnamese.elc \
701 ${lispsource}language/misc-lang.el \ 701 ${lispsource}language/misc-lang.el \
702 ${lispsource}language/utf-8-lang.el \
703 ${lispsource}language/georgian.el \
702 ${lispsource}paths.el \ 704 ${lispsource}paths.el \
703 ${lispsource}register.elc \ 705 ${lispsource}register.elc \
704 ${lispsource}replace.elc \ 706 ${lispsource}replace.elc \
@@ -779,6 +781,8 @@ shortlisp= \
779 ../lisp/language/tibetan.elc \ 781 ../lisp/language/tibetan.elc \
780 ../lisp/language/vietnamese.elc \ 782 ../lisp/language/vietnamese.elc \
781 ../lisp/language/misc-lang.el \ 783 ../lisp/language/misc-lang.el \
784 ../lisp/language/utf-8-lang.el \
785 ../lisp/language/georgian.el \
782 ../lisp/menu-bar.elc \ 786 ../lisp/menu-bar.elc \
783 ../lisp/paths.el \ 787 ../lisp/paths.el \
784 ../lisp/register.elc \ 788 ../lisp/register.elc \