mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
lisp/makefile.w32-in (COMPILE_FIRST): Remove pcase.
This commit is contained in:
parent
9dba2c6449
commit
ebe0c9b6b0
@ -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…
Reference in New Issue
Block a user