diff options
| author | Kenichi Handa | 2008-02-12 06:25:06 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-02-12 06:25:06 +0000 |
| commit | dd728672b2b464e55cbed45683e81df52d63fe42 (patch) | |
| tree | f0327334f5048a9b95beaa3b0f559fd8b7d8a20b | |
| parent | adf6a42938bc0177388f525c1089ad9f09d797d5 (diff) | |
| download | emacs-dd728672b2b464e55cbed45683e81df52d63fe42.tar.gz emacs-dd728672b2b464e55cbed45683e81df52d63fe42.zip | |
(AUTOGENEL): Remove charprop.el and uni-*.el.
| -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 @@ | |||
| 1 | 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el. | ||
| 4 | |||
| 1 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * doc-view.el (doc-view-display): Change file arg to buffer arg, so it | 7 | * 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 \ | |||
| 52 | finder-inf.el \ | 52 | finder-inf.el \ |
| 53 | subdirs.el \ | 53 | subdirs.el \ |
| 54 | eshell/esh-groups.el \ | 54 | eshell/esh-groups.el \ |
| 55 | mh-e/mh-loaddefs.el \ | 55 | mh-e/mh-loaddefs.el |
| 56 | international/charprop.el \ | ||
| 57 | international/uni-*.el | ||
| 58 | 56 | ||
| 59 | # Files to compile before others during a bootstrap. This is done to | 57 | # Files to compile before others during a bootstrap. This is done to |
| 60 | # speed up the bootstrap process. The CC files are compiled first | 58 | # speed up the bootstrap process. The CC files are compiled first |