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 /src/Makefile.in | |
| parent | f83bbfac2741ca761f355108158b9a8f1b4861b4 (diff) | |
| download | emacs-5a81d3d7fea89b38a02b919952ccaa96d4eaff3d.tar.gz emacs-5a81d3d7fea89b38a02b919952ccaa96d4eaff3d.zip | |
Add epa-file-hook.elc to shortlisp as well.
Diffstat (limited to 'src/Makefile.in')
| -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 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 |