lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.
This commit is contained in:
parent
9dba2c6449
commit
ebe0c9b6b0
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue