From 1599ccf37bd630127e796733e3067cfddccda66b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 2 May 2008 21:53:02 +0000 Subject: [PATCH] (lisp): Add epa-file-hook.elc. --- src/ChangeLog | 4 ++++ src/Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 0a65a7f545f..493ca3fbc1c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --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= \ ${lispsource}jka-cmpr-hook.elc \ ${lispsource}vc-hooks.elc \ ${lispsource}ediff-hook.elc \ + ${lispsource}epa-file-hook.elc \ TOOLTIP_SUPPORT \ VMS_SUPPORT \ MSDOS_SUPPORT \ -- 2.11.4.GIT