diff options
| author | Tom Tromey | 2012-12-17 07:56:22 -0700 |
|---|---|---|
| committer | Tom Tromey | 2012-12-17 07:56:22 -0700 |
| commit | 3d6eced1ae51ffd0a782130e7c334052277e2724 (patch) | |
| tree | 5d1d2ad7cd3374f922886c4a72062511a035c168 /src/lisp.mk | |
| parent | bf69f522a9e135f9aa483cedd53e71e915f2bf75 (diff) | |
| parent | 7c3d167f48d6262ee4e5512aa50a07ee96bc1509 (diff) | |
| download | emacs-3d6eced1ae51ffd0a782130e7c334052277e2724.tar.gz emacs-3d6eced1ae51ffd0a782130e7c334052277e2724.zip | |
merge from trunk
Diffstat (limited to 'src/lisp.mk')
| -rw-r--r-- | src/lisp.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lisp.mk b/src/lisp.mk index 162d8819917..8c2710110e3 100644 --- a/src/lisp.mk +++ b/src/lisp.mk | |||
| @@ -34,8 +34,9 @@ | |||
| 34 | ## that does not have an explicit .el extension, but beware of any | 34 | ## that does not have an explicit .el extension, but beware of any |
| 35 | ## no-byte-compile ones. | 35 | ## no-byte-compile ones. |
| 36 | 36 | ||
| 37 | ## Confusingly, term/internal is not in loadup, but is unconditionally | 37 | ## Confusingly, international/cp51932 and international/eucjp-ms are |
| 38 | ## loaded by pc-win, which is. | 38 | ## unconditionally loaded from language/japanese, instead of being |
| 39 | ## loaded directly from loadup.el; FIXME. | ||
| 39 | 40 | ||
| 40 | ## Note that this list should not include lisp files which might not | 41 | ## Note that this list should not include lisp files which might not |
| 41 | ## be present, like site-load.el and site-init.el; this makefile | 42 | ## be present, like site-load.el and site-init.el; this makefile |
| @@ -65,6 +66,7 @@ lisp = \ | |||
| 65 | $(lispsource)/format.elc \ | 66 | $(lispsource)/format.elc \ |
| 66 | $(lispsource)/bindings.elc \ | 67 | $(lispsource)/bindings.elc \ |
| 67 | $(lispsource)/files.elc \ | 68 | $(lispsource)/files.elc \ |
| 69 | $(lispsource)/emacs-lisp/macroexp.elc \ | ||
| 68 | $(lispsource)/cus-face.elc \ | 70 | $(lispsource)/cus-face.elc \ |
| 69 | $(lispsource)/faces.elc \ | 71 | $(lispsource)/faces.elc \ |
| 70 | $(lispsource)/button.elc \ | 72 | $(lispsource)/button.elc \ |
| @@ -93,6 +95,8 @@ lisp = \ | |||
| 93 | $(lispsource)/language/greek.elc \ | 95 | $(lispsource)/language/greek.elc \ |
| 94 | $(lispsource)/language/hebrew.elc \ | 96 | $(lispsource)/language/hebrew.elc \ |
| 95 | $(lispsource)/language/japanese.elc \ | 97 | $(lispsource)/language/japanese.elc \ |
| 98 | $(lispsource)/international/cp51932.el \ | ||
| 99 | $(lispsource)/international/eucjp-ms.el \ | ||
| 96 | $(lispsource)/language/korean.elc \ | 100 | $(lispsource)/language/korean.elc \ |
| 97 | $(lispsource)/language/lao.elc \ | 101 | $(lispsource)/language/lao.elc \ |
| 98 | $(lispsource)/language/tai-viet.elc \ | 102 | $(lispsource)/language/tai-viet.elc \ |