diff options
| author | Dave Love | 2002-06-27 19:50:34 +0000 |
|---|---|---|
| committer | Dave Love | 2002-06-27 19:50:34 +0000 |
| commit | 926d12409f38083ec489e8cd1a06f85e95b96781 (patch) | |
| tree | ea0490ffa70d16d98d8357bc7bd05d8c0c726699 | |
| parent | 9e55828966f0ebdc8cf8f122621ad186ae9ccc7d (diff) | |
| download | emacs-926d12409f38083ec489e8cd1a06f85e95b96781.tar.gz emacs-926d12409f38083ec489e8cd1a06f85e95b96781.zip | |
(DONTCOMPILE): Fix duplicates.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c34263b6087..926d758ae73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-06-27 Dave Love <fx@gnu.org> | 1 | 2002-06-27 Dave Love <fx@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (DONTCOMPILE): Fix duplicates. | ||
| 4 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. | 5 | * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo. |
| 4 | 6 | ||
| 5 | * international/mule.el (load-with-code-conversion): Fix | 7 | * international/mule.el (load-with-code-conversion): Fix |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3f7a7e7b972..f9a5ccfed76 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -80,9 +80,7 @@ DONTCOMPILE = \ | |||
| 80 | $(lisp)/language/georgian.el \ | 80 | $(lisp)/language/georgian.el \ |
| 81 | $(lisp)/language/vietnamese.el \ | 81 | $(lisp)/language/vietnamese.el \ |
| 82 | $(lisp)/language/cyrillic.el \ | 82 | $(lisp)/language/cyrillic.el \ |
| 83 | $(lisp)/language/czech.el \ | ||
| 84 | $(lisp)/language/chinese.el \ | 83 | $(lisp)/language/chinese.el \ |
| 85 | $(lisp)/language/japanese.el \ | ||
| 86 | $(lisp)/loaddefs.el \ | 84 | $(lisp)/loaddefs.el \ |
| 87 | $(lisp)/loadup.el \ | 85 | $(lisp)/loadup.el \ |
| 88 | $(lisp)/mail/blessmail.el \ | 86 | $(lisp)/mail/blessmail.el \ |