diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/Makefile.in | 4 |
2 files changed, 5 insertions, 3 deletions
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 <handa@ni.aist.go.jp> + + * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el. + 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> * 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 |