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 /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 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e68efb42094..9ed1805d31a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (lisp, shortlisp): Rename epa-file-hook.elc to | ||
| 4 | epa-hook.elc. | ||
| 5 | |||
| 1 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | 6 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * font.c (Ffont_match_p): Don't use `iff' in docstring. | 8 | * font.c (Ffont_match_p): Don't use `iff' in docstring. |
diff --git a/src/Makefile.in b/src/Makefile.in index 62cb3daf424..80df9a66a93 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -779,7 +779,7 @@ lisp= \ | |||
| 779 | ${lispsource}jka-cmpr-hook.elc \ | 779 | ${lispsource}jka-cmpr-hook.elc \ |
| 780 | ${lispsource}vc-hooks.elc \ | 780 | ${lispsource}vc-hooks.elc \ |
| 781 | ${lispsource}ediff-hook.elc \ | 781 | ${lispsource}ediff-hook.elc \ |
| 782 | ${lispsource}epa-file-hook.elc \ | 782 | ${lispsource}epa-hook.elc \ |
| 783 | TOOLTIP_SUPPORT \ | 783 | TOOLTIP_SUPPORT \ |
| 784 | VMS_SUPPORT \ | 784 | VMS_SUPPORT \ |
| 785 | MSDOS_SUPPORT \ | 785 | MSDOS_SUPPORT \ |
| @@ -871,7 +871,7 @@ shortlisp= \ | |||
| 871 | ../lisp/vc-hooks.elc \ | 871 | ../lisp/vc-hooks.elc \ |
| 872 | ../lisp/jka-cmpr-hook.elc \ | 872 | ../lisp/jka-cmpr-hook.elc \ |
| 873 | ../lisp/ediff-hook.elc \ | 873 | ../lisp/ediff-hook.elc \ |
| 874 | ../lisp/epa-file-hook.elc \ | 874 | ../lisp/epa-hook.elc \ |
| 875 | ../lisp/widget.elc \ | 875 | ../lisp/widget.elc \ |
| 876 | ../lisp/window.elc \ | 876 | ../lisp/window.elc \ |
| 877 | ../lisp/version.el | 877 | ../lisp/version.el |