From: Eli Zaretskii Date: Sat, 3 May 2008 09:33:21 +0000 (+0000) Subject: (lisp2): Add epa-file-hook.elc, to track the corresponding change X-Git-Tag: emacs-pretest-23.0.90~5857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58bb7d50aea817b851360891adaacde55355eb2b;p=emacs.git (lisp2): Add epa-file-hook.elc, to track the corresponding change in src/Makefile.in. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 26dec3b0b24..90083938e1c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2008-05-03 Eli Zaretskii + + * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the + corresponding change in src/Makefile.in. + 2008-04-24 Adam Gołębiowski (tiny change) * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index e81b2efb529..91a07f24683 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -281,6 +281,7 @@ lisp2 = \ $(lispsource)jka-cmpr-hook.elc \ $(lispsource)vc-hooks.elc \ $(lispsource)ediff-hook.elc \ + $(lispsource)epa-file-hook.elc \ $(TOOLTIP_SUPPORT) \ $(WINNT_SUPPORT) \ $(WINDOW_SUPPORT) \