Mercurial > emacs
changeset 109357:3cfd17e4be81
MS-Windows follow-up for revno 100789.
makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 12 Jul 2010 12:22:20 +0300 |
parents | ef27d1a4f241 |
children | a9586dc942d5 b7e047772c64 |
files | lib-src/ChangeLog lib-src/makefile.w32-in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Jul 12 14:26:57 2010 +0900 +++ b/lib-src/ChangeLog Mon Jul 12 12:22:20 2010 +0300 @@ -1,3 +1,8 @@ +2010-07-12 Eli Zaretskii <eliz@gnu.org> + + * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see + revno 100789). + 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
--- a/lib-src/makefile.w32-in Mon Jul 12 14:26:57 2010 +0900 +++ b/lib-src/makefile.w32-in Mon Jul 12 12:22:20 2010 +0300 @@ -247,7 +247,7 @@ $(lispsource)language/slovak.el \ $(lispsource)language/romanian.el \ $(lispsource)language/greek.el \ - $(lispsource)language/hebrew.el \ + $(lispsource)language/hebrew.elc \ $(lispsource)language/japanese.el \ $(lispsource)language/korean.el \ $(lispsource)language/lao.el \