Mercurial > emacs
changeset 83093:fd7beda03521
Prevent Lisp nesting errors while bootstrapping.
lisp/Makefile.in: Compile vc-arch.el before others; having it loaded
from source while bootstrapping sometimes causes too deep nesting.
(Perhaps it's time to increase max-lisp-eval-depth?)
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-133
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 08 Apr 2004 15:09:37 +0000 |
parents | 1029206e72f2 |
children | 8e5779acd195 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Thu Apr 08 12:29:09 2004 +0000 +++ b/lisp/Makefile.in Thu Apr 08 15:09:37 2004 +0000 @@ -128,7 +128,8 @@ $(lisp)/emacs-lisp/bytecomp.el \ $(lisp)/subr.el \ $(lisp)/progmodes/cc-mode.el \ - $(lisp)/progmodes/cc-vars.el + $(lisp)/progmodes/cc-vars.el \ + $(lisp)/vc-arch.el # The actual Emacs command run in the targets below.