]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 30 Mar 2011 14:01:28 +0000 (16:01 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 30 Mar 2011 14:01:28 +0000 (16:01 +0200)
lisp/ChangeLog
lisp/makefile.w32-in

index d7246d31df30599ad75810c5bb94eca1d0910d3f..c1e12152f11d16e1d25ca9cec5cfda4bb920bbc2 100644 (file)
@@ -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
index 9ea61498ffa41307221902b12be8796a95c76e20..ed2fe4031b71ba21e592055336faee2060c98ac2 100644 (file)
@@ -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 \