# HG changeset patch # User adrian # Date 1063457675 0 # Node ID 5c1b34a39cc863094b9411d1cd8f8e1250474d82 # Parent fc968521654aeb8defc58e3f32b7534ea4b96123 [xemacs-hg @ 2003-09-13 12:54:34 by adrian] xemacs-21.5: xemacs.mak to run check-temacs with -no-packages again -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2003-09-13 Adrian Aichner * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. * xemacs.mak (check-temacs): Reverting to run with -no-packages since it would cause package lisp to shadow core lisp (as happened with unicode.el). diff -r fc968521654a -r 5c1b34a39cc8 nt/ChangeLog --- a/nt/ChangeLog Fri Sep 12 21:52:24 2003 +0000 +++ b/nt/ChangeLog Sat Sep 13 12:54:35 2003 +0000 @@ -1,3 +1,10 @@ +2003-09-13 Adrian Aichner + + * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. + * xemacs.mak (check-temacs): Reverting to run with -no-packages + since it would cause package lisp to shadow core lisp (as happened + with unicode.el). + 2003-09-03 Steve Youngs * XEmacs 21.5.15 "celery" is released. diff -r fc968521654a -r 5c1b34a39cc8 nt/xemacs.mak --- a/nt/xemacs.mak Fri Sep 12 21:52:24 2003 +0000 +++ b/nt/xemacs.mak Sat Sep 13 12:54:35 2003 +0000 @@ -1270,7 +1270,6 @@ BATCH = -no-packages -batch BATCH_PACKAGES = -vanilla -batch TEMACS_BATCH = $(DO_TEMACS) -nd $(BATCH) -TEMACS_BATCH_PACKAGES = $(DO_TEMACS) -nd $(BATCH_PACKAGES) XEMACS_BATCH = $(DO_XEMACS) $(BATCH) XEMACS_BATCH_PACKAGES = $(DO_XEMACS) $(BATCH_PACKAGES) temacs_loadup_args = -l $(LISP)/loadup.el @@ -1414,7 +1413,7 @@ check-temacs: cd $(BLDSRC) - $(TEMACS_BATCH_PACKAGES) $(run_temacs_args) $(batch_test_emacs) + $(TEMACS_BATCH) $(run_temacs_args) $(batch_test_emacs) check-features: all cd $(BLDSRC)