From: Kenichi Handa Date: Tue, 12 Feb 2008 06:25:06 +0000 (+0000) Subject: (AUTOGENEL): Remove charprop.el and uni-*.el. X-Git-Tag: emacs-pretest-23.0.90~7985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd728672b2b464e55cbed45683e81df52d63fe42;p=emacs.git (AUTOGENEL): Remove charprop.el and uni-*.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index deb5d2f9804..e990acb5460 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-12 Kenichi Handa + + * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el. + 2008-02-12 Stefan Monnier * doc-view.el (doc-view-display): Change file arg to buffer arg, so it diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8af24856d9a..31447ddd67c 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -52,9 +52,7 @@ AUTOGENEL = loaddefs.el \ finder-inf.el \ subdirs.el \ eshell/esh-groups.el \ - mh-e/mh-loaddefs.el \ - international/charprop.el \ - international/uni-*.el + mh-e/mh-loaddefs.el # Files to compile before others during a bootstrap. This is done to # speed up the bootstrap process. The CC files are compiled first