lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.

This commit is contained in:
Juanma Barranquero 2012-06-23 18:58:13 +02:00
parent ca300656a5
commit 711b11e1e3
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2012-06-23 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
* help-fns.el (describe-variable): Don't croak when doc is not found.

View file

@ -79,10 +79,10 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)
# speed up the bootstrap process.
COMPILE_FIRST = \
$(lisp)/emacs-lisp/bytecomp.el \
$(lisp)/emacs-lisp/byte-opt.el \
$(lisp)/emacs-lisp/macroexp.el \
$(lisp)/emacs-lisp/cconv.el \
$(lisp)/emacs-lisp/byte-opt.el \
$(lisp)/emacs-lisp/bytecomp.el \
$(lisp)/emacs-lisp/autoload.el
# The actual Emacs command run in the targets below.