diff options
| author | Daiki Ueno | 2008-05-02 22:22:03 +0000 |
|---|---|---|
| committer | Daiki Ueno | 2008-05-02 22:22:03 +0000 |
| commit | 5a81d3d7fea89b38a02b919952ccaa96d4eaff3d (patch) | |
| tree | cab0b374fdacb3aa3a4c1ffa9800d9a7757000b6 | |
| parent | f83bbfac2741ca761f355108158b9a8f1b4861b4 (diff) | |
| download | emacs-5a81d3d7fea89b38a02b919952ccaa96d4eaff3d.tar.gz emacs-5a81d3d7fea89b38a02b919952ccaa96d4eaff3d.zip | |
Add epa-file-hook.elc to shortlisp as well.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18f98e390bc..e84316ac91f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2008-05-02 Daiki Ueno <ueno@unixuser.org> | 1 | 2008-05-02 Daiki Ueno <ueno@unixuser.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (lisp): Add epa-file-hook.elc. | 3 | * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc. |
| 4 | 4 | ||
| 5 | 2008-05-02 Juri Linkov <juri@jurta.org> | 5 | 2008-05-02 Juri Linkov <juri@jurta.org> |
| 6 | 6 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index 636f190e6a4..62cb3daf424 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -871,6 +871,7 @@ shortlisp= \ | |||
| 871 | ../lisp/vc-hooks.elc \ | 871 | ../lisp/vc-hooks.elc \ |
| 872 | ../lisp/jka-cmpr-hook.elc \ | 872 | ../lisp/jka-cmpr-hook.elc \ |
| 873 | ../lisp/ediff-hook.elc \ | 873 | ../lisp/ediff-hook.elc \ |
| 874 | ../lisp/epa-file-hook.elc \ | ||
| 874 | ../lisp/widget.elc \ | 875 | ../lisp/widget.elc \ |
| 875 | ../lisp/window.elc \ | 876 | ../lisp/window.elc \ |
| 876 | ../lisp/version.el | 877 | ../lisp/version.el |