aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2010-07-12 12:22:20 +0300
committerEli Zaretskii <[email protected]>2010-07-12 12:22:20 +0300
commitf09e4c6bcde141d4d10e8de93402821bb7bd1094 (patch)
tree465231df9982bf0ef7c3f52d6e335d2c0ba5bb97
parent6f2cdcd11202a6976a399bed4c071b9ac9ce254f (diff)
MS-Windows follow-up for 2010-07-12T05:25:46Z!handa@etlken.
makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc.
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index d0410f4c08..ea23d3915b 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-12 Eli Zaretskii <[email protected]>
+
+ * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
+ 2010-07-12T05:25:46Z!handa@etlken).
+
2010-07-11 Andreas Schwab <[email protected]>
* emacsclient.c (set_local_socket): Use strchr, strrchr instead of
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index fbcab0183c..72a04ecff8 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -247,7 +247,7 @@ lisp2 = \
$(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 \