diff options
author | Kenichi Handa <handa@m17n.org> | 2008-02-12 06:25:06 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-02-12 06:25:06 +0000 |
commit | dd728672b2b464e55cbed45683e81df52d63fe42 (patch) | |
tree | f0327334f5048a9b95beaa3b0f559fd8b7d8a20b /lisp | |
parent | adf6a42938bc0177388f525c1089ad9f09d797d5 (diff) | |
download | emacs-dd728672b2b464e55cbed45683e81df52d63fe42.tar.gz emacs-dd728672b2b464e55cbed45683e81df52d63fe42.tar.bz2 emacs-dd728672b2b464e55cbed45683e81df52d63fe42.zip |
(AUTOGENEL): Remove charprop.el and uni-*.el.
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 |