From: Glenn Morris Date: Tue, 23 Jun 2009 07:21:22 +0000 (+0000) Subject: (ELCFILES): Fix typo in previous change. X-Git-Tag: emacs-pretest-23.1.90~2447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f86ca715e17512d079dfe60ea706f3f374c6bbca;p=emacs.git (ELCFILES): Fix typo in previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 879d8b37655..043c8fbc261 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-06-23 Glenn Morris + + * Makefile.in (ELCFILES): Fix typo in previous change. + 2009-06-23 Miles Bader * 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 = \ $(lisp)/net/tramp-compat.elc \ $(lisp)/net/tramp-fish.elc \ $(lisp)/net/tramp-ftp.elc \ - $(lisp)/net/tramp-gvfs.el \ + $(lisp)/net/tramp-gvfs.elc \ $(lisp)/net/tramp-gw.elc \ $(lisp)/net/tramp-smb.elc \ $(lisp)/net/tramp-uu.elc \