diff options
Diffstat (limited to 'src')
| -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 \ |