diff options
| author | Eli Zaretskii | 2008-05-03 09:33:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-03 09:33:21 +0000 |
| commit | 58bb7d50aea817b851360891adaacde55355eb2b (patch) | |
| tree | 5e4431e175f7262f45489b73f880940ceeabb677 /lib-src | |
| parent | b1ddeeb7e718106117aa4c28fe8f152858e15af0 (diff) | |
| download | emacs-58bb7d50aea817b851360891adaacde55355eb2b.tar.gz emacs-58bb7d50aea817b851360891adaacde55355eb2b.zip | |
(lisp2): Add epa-file-hook.elc, to track the corresponding change
in src/Makefile.in.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the | ||
| 4 | corresponding change in src/Makefile.in. | ||
| 5 | |||
| 1 | 2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change) | 6 | 2008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change) |
| 2 | 7 | ||
| 3 | * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo. | 8 | * 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 = \ | |||
| 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 | $(TOOLTIP_SUPPORT) \ | 285 | $(TOOLTIP_SUPPORT) \ |
| 285 | $(WINNT_SUPPORT) \ | 286 | $(WINNT_SUPPORT) \ |
| 286 | $(WINDOW_SUPPORT) \ | 287 | $(WINDOW_SUPPORT) \ |