diff options
| author | Eli Zaretskii | 2008-05-08 11:05:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-08 11:05:25 +0000 |
| commit | 8691412347e6edf3a1b792db1f7fd77bafd15284 (patch) | |
| tree | 80b21019ecb318f9a95b64cd02bf5383758446d4 /lib-src | |
| parent | 77fa600f201d9c349512cf152a5bcae195f495ea (diff) | |
| download | emacs-8691412347e6edf3a1b792db1f7fd77bafd15284.tar.gz emacs-8691412347e6edf3a1b792db1f7fd77bafd15284.zip | |
Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 90083938e1c..1b64f54cbdd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. | ||
| 4 | |||
| 1 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the | 7 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 91a07f24683..8a168b3842e 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -281,7 +281,7 @@ lisp2 = \ | |||
| 281 | $(lispsource)jka-cmpr-hook.elc \ | 281 | $(lispsource)jka-cmpr-hook.elc \ |
| 282 | $(lispsource)vc-hooks.elc \ | 282 | $(lispsource)vc-hooks.elc \ |
| 283 | $(lispsource)ediff-hook.elc \ | 283 | $(lispsource)ediff-hook.elc \ |
| 284 | $(lispsource)epa-file-hook.elc \ | 284 | $(lispsource)epa-hook.elc \ |
| 285 | $(TOOLTIP_SUPPORT) \ | 285 | $(TOOLTIP_SUPPORT) \ |
| 286 | $(WINNT_SUPPORT) \ | 286 | $(WINNT_SUPPORT) \ |
| 287 | $(WINDOW_SUPPORT) \ | 287 | $(WINDOW_SUPPORT) \ |