commit/ecb: Norbert Koch: Add eshell to the preloads
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <[email protected]> |
1 new commit in ecb: https://bitbucket.org/xemacs/ecb/commits/cadd8f29b9be/ Changeset: cadd8f29b9be User: Norbert Koch Date: 2014-05-22 11:05:32 Summary: Add eshell to the preloads Affected #: 2 files diff -r 261b937390bdd1fa41d983cac35cc5af11471a8b -r cadd8f29b9be5ae71745cdb2777556f2ff46f8b7 ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-22 Norbert Koch <[email protected]> + + * Makefile (PRELOADS): Add eshell to get all necessary variables. + 2014-05-15 Norbert Koch <[email protected]> * Makefile (VERSION): XEmacs package 1.24 released. diff -r 261b937390bdd1fa41d983cac35cc5af11471a8b -r cadd8f29b9be5ae71745cdb2777556f2ff46f8b7 Makefile --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ DATA_20_DEST = $(PACKAGE)/ecb-images/sources/height-14_to_21 -PRELOADS = -l compile -l ecb-util -l ecb-eshell \ +PRELOADS = -l compile -l ecb-util -l ecb-eshell -l eshell \ -l ecb-layout -l tree-buffer -l esh-mode -l em-dirs -l jde-help \ -l semantic -l semantic-load -l semanticdb -l sendmail \ -l ediff-init -l hideshow -l speedbar Repository URL: https://bitbucket.org/xemacs/ecb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.