diff options
author | Daiki Ueno <ueno@unixuser.org> | 2008-05-02 21:53:02 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2008-05-02 21:53:02 +0000 |
commit | f83bbfac2741ca761f355108158b9a8f1b4861b4 (patch) | |
tree | e5b4dd01b9a2a323ef53d651b878526e08fdbd17 /src | |
parent | 5f3ca1ba63892e9c3e95f591a8d551ec80d6782a (diff) | |
download | emacs-f83bbfac2741ca761f355108158b9a8f1b4861b4.tar.gz |
(lisp): Add epa-file-hook.elc.
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 @@ +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 \ |