diff options
| author | Glenn Morris | 2009-06-23 07:21:22 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-06-23 07:21:22 +0000 |
| commit | f86ca715e17512d079dfe60ea706f3f374c6bbca (patch) | |
| tree | 93df9565d6fa1f05ee9fc4d591222cc31e25f44b | |
| parent | 2f686c87436120db1131638208d2ac6a718b5c54 (diff) | |
| download | emacs-f86ca715e17512d079dfe60ea706f3f374c6bbca.tar.gz emacs-f86ca715e17512d079dfe60ea706f3f374c6bbca.zip | |
(ELCFILES): Fix typo in previous change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 879d8b37655..043c8fbc261 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Fix typo in previous change. | ||
| 4 | |||
| 1 | 2009-06-23 Miles Bader <miles@gnu.org> | 5 | 2009-06-23 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * cus-start.el: Add entry for `recenter-redisplay'. | 7 | * cus-start.el: Add entry for `recenter-redisplay'. |
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ab4da05bb9d..0012461b356 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -860,7 +860,7 @@ ELCFILES = \ | |||
| 860 | $(lisp)/net/tramp-compat.elc \ | 860 | $(lisp)/net/tramp-compat.elc \ |
| 861 | $(lisp)/net/tramp-fish.elc \ | 861 | $(lisp)/net/tramp-fish.elc \ |
| 862 | $(lisp)/net/tramp-ftp.elc \ | 862 | $(lisp)/net/tramp-ftp.elc \ |
| 863 | $(lisp)/net/tramp-gvfs.el \ | 863 | $(lisp)/net/tramp-gvfs.elc \ |
| 864 | $(lisp)/net/tramp-gw.elc \ | 864 | $(lisp)/net/tramp-gw.elc \ |
| 865 | $(lisp)/net/tramp-smb.elc \ | 865 | $(lisp)/net/tramp-smb.elc \ |
| 866 | $(lisp)/net/tramp-uu.elc \ | 866 | $(lisp)/net/tramp-uu.elc \ |