diff options
| author | Gerd Moellmann | 2000-05-15 14:47:33 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-15 14:47:33 +0000 |
| commit | 55a9f6489425c91bf03cfc36f79456a7db2b0d2f (patch) | |
| tree | 15490a6d3394f5d65d52eac793608f78e28da509 | |
| parent | 6e417ca5b4d2edf9d6324aa95d40d37d5f2fa133 (diff) | |
| download | emacs-55a9f6489425c91bf03cfc36f79456a7db2b0d2f.tar.gz emacs-55a9f6489425c91bf03cfc36f79456a7db2b0d2f.zip | |
(lisp): Add env.elc.
| -rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 7a389323909..b412758b20f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -652,6 +652,7 @@ lisp= \ | |||
| 652 | ${lispsource}custom.elc \ | 652 | ${lispsource}custom.elc \ |
| 653 | ${lispsource}emacs-lisp/lisp-mode.elc \ | 653 | ${lispsource}emacs-lisp/lisp-mode.elc \ |
| 654 | ${lispsource}emacs-lisp/lisp.elc \ | 654 | ${lispsource}emacs-lisp/lisp.elc \ |
| 655 | ${lispsource}env.elc \ | ||
| 655 | ${lispsource}faces.elc \ | 656 | ${lispsource}faces.elc \ |
| 656 | ${lispsource}files.elc \ | 657 | ${lispsource}files.elc \ |
| 657 | ${lispsource}format.elc \ | 658 | ${lispsource}format.elc \ |