diff options
| author | Daiki Ueno | 2008-05-02 21:53:02 +0000 |
|---|---|---|
| committer | Daiki Ueno | 2008-05-02 21:53:02 +0000 |
| commit | f83bbfac2741ca761f355108158b9a8f1b4861b4 (patch) | |
| tree | e5b4dd01b9a2a323ef53d651b878526e08fdbd17 | |
| parent | 5f3ca1ba63892e9c3e95f591a8d551ec80d6782a (diff) | |
| download | emacs-f83bbfac2741ca761f355108158b9a8f1b4861b4.tar.gz emacs-f83bbfac2741ca761f355108158b9a8f1b4861b4.zip | |
(lisp): Add epa-file-hook.elc.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a5f100877c..18f98e390bc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-02 Daiki Ueno <ueno@unixuser.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp): Add epa-file-hook.elc. | ||
| 4 | |||
| 1 | 2008-05-02 Juri Linkov <juri@jurta.org> | 5 | 2008-05-02 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command) | 7 | * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command) |
diff --git a/src/Makefile.in b/src/Makefile.in index 77e082d5f1f..636f190e6a4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -779,6 +779,7 @@ lisp= \ | |||
| 779 | ${lispsource}jka-cmpr-hook.elc \ | 779 | ${lispsource}jka-cmpr-hook.elc \ |
| 780 | ${lispsource}vc-hooks.elc \ | 780 | ${lispsource}vc-hooks.elc \ |
| 781 | ${lispsource}ediff-hook.elc \ | 781 | ${lispsource}ediff-hook.elc \ |
| 782 | ${lispsource}epa-file-hook.elc \ | ||
| 782 | TOOLTIP_SUPPORT \ | 783 | TOOLTIP_SUPPORT \ |
| 783 | VMS_SUPPORT \ | 784 | VMS_SUPPORT \ |
| 784 | MSDOS_SUPPORT \ | 785 | MSDOS_SUPPORT \ |