1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

* Makefile.in (ELCFILES): Update.

This commit is contained in:
Andreas Schwab 2010-09-27 23:32:36 +02:00
parent c19f76a18b
commit 0cceab3d59
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in (ELCFILES): Update.
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Avoid
infinite recursion on erroneous lambda form. (Bug#7114)

View File

@ -311,11 +311,15 @@ ELCFILES = \
$(lisp)/cedet/cedet.elc \
$(lisp)/cedet/data-debug.elc \
$(lisp)/cedet/ede.elc \
$(lisp)/cedet/ede/auto.elc \
$(lisp)/cedet/ede/autoconf-edit.elc \
$(lisp)/cedet/ede/base.elc \
$(lisp)/cedet/ede/cpp-root.elc \
$(lisp)/cedet/ede/custom.elc \
$(lisp)/cedet/ede/dired.elc \
$(lisp)/cedet/ede/emacs.elc \
$(lisp)/cedet/ede/files.elc \
$(lisp)/cedet/ede/generic.elc \
$(lisp)/cedet/ede/linux.elc \
$(lisp)/cedet/ede/locate.elc \
$(lisp)/cedet/ede/make.elc \