Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1750:7580e52a8218
[xemacs-hg @ 2003-10-15 03:09:02 by james]
Define module-load-path and module-extensions even when compiling without modulesupport.
author | james |
---|---|
date | Wed, 15 Oct 2003 03:09:03 +0000 |
parents | c438060b26c6 |
children | 84acc03a7080 |
comparison
equal
deleted
inserted
replaced
1749:c438060b26c6 | 1750:7580e52a8218 |
---|---|
1 2003-10-14 Jerry James <james@xemacs.org> | |
2 | |
3 * Makefile.in.in (shlib_objs): Remove emodules.o. | |
4 * Makefile.in.in (objs): Add emodules.o; it always has content now. | |
5 * emacs.c (main_1): Call vars_of_module to define module-extensions. | |
6 * emodules.c: Always set Vmodule_load_path and Vmodule_extensions. | |
7 * emodules.h: Vmodule_load_path is now static. | |
8 | |
1 2003-10-15 Stephen J. Turnbull <stephen@xemacs.org> | 9 2003-10-15 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * mule-charset.c (get_unallocated_leading_byte): #endif->#else. | 11 * mule-charset.c (get_unallocated_leading_byte): #endif->#else. |
4 | 12 |
5 2003-10-14 Jerry James <james@xemacs.org> | 13 2003-10-14 Jerry James <james@xemacs.org> |