# HG changeset patch # User Daiki Ueno # Date 1209765182 0 # Node ID ee6746b372f32f319384b5f736b1683c94d7f734 # Parent c31e26fe0b1f4513129c09dbfba28a406d84edce (lisp): Add epa-file-hook.elc. diff -r c31e26fe0b1f -r ee6746b372f3 src/ChangeLog --- a/src/ChangeLog Fri May 02 18:37:07 2008 +0000 +++ b/src/ChangeLog Fri May 02 21:53:02 2008 +0000 @@ -1,3 +1,7 @@ +2008-05-02 Daiki Ueno + + * Makefile.in (lisp): Add epa-file-hook.elc. + 2008-05-02 Juri Linkov * minibuf.c (Fread_from_minibuffer, Fread_string, Fread_command) diff -r c31e26fe0b1f -r ee6746b372f3 src/Makefile.in --- a/src/Makefile.in Fri May 02 18:37:07 2008 +0000 +++ b/src/Makefile.in Fri May 02 21:53:02 2008 +0000 @@ -779,6 +779,7 @@ ${lispsource}jka-cmpr-hook.elc \ ${lispsource}vc-hooks.elc \ ${lispsource}ediff-hook.elc \ + ${lispsource}epa-file-hook.elc \ TOOLTIP_SUPPORT \ VMS_SUPPORT \ MSDOS_SUPPORT \