From: Daiki Ueno <ueno@unixuser.org>
Date: Fri, 2 May 2008 21:53:02 +0000 (+0000)
Subject: (lisp): Add epa-file-hook.elc.
X-Git-Tag: emacs-pretest-23.0.90~5864
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f83bbfac2741ca761f355108158b9a8f1b4861b4;p=emacs.git

(lisp): Add epa-file-hook.elc.
---

diff --git a/src/ChangeLog b/src/ChangeLog
index 1a5f100877c..18f98e390bc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-02  Daiki Ueno  <ueno@unixuser.org>
+
+	* Makefile.in (lisp): Add epa-file-hook.elc.
+
 2008-05-02  Juri Linkov  <juri@jurta.org>
 
 	* 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 \