summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/makefile.w32-in1
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7246d31df3..c1e12152f11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-30 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in (COMPILE_FIRST): Remove pcase.
+
2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (with-output-to-temp-buffer): Don't change current-buffer to
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 9ea61498ffa..ed2fe4031b7 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -84,7 +84,6 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)
COMPILE_FIRST = \
$(lisp)/emacs-lisp/byte-opt.el \
$(lisp)/emacs-lisp/bytecomp.el \
- $(lisp)/emacs-lisp/pcase.el \
$(lisp)/emacs-lisp/macroexp.el \
$(lisp)/emacs-lisp/cconv.el \
$(lisp)/subr.el \