Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 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 | a8d8f419b459 |
children | 6fcd90c626a7 |
comparison
equal
deleted
inserted
replaced
1749:c438060b26c6 | 1750:7580e52a8218 |
---|---|
1809 #endif | 1809 #endif |
1810 #ifdef HAVE_MENUBARS | 1810 #ifdef HAVE_MENUBARS |
1811 vars_of_menubar (); | 1811 vars_of_menubar (); |
1812 #endif | 1812 #endif |
1813 vars_of_minibuf (); | 1813 vars_of_minibuf (); |
1814 #ifdef HAVE_SHLIB | |
1815 vars_of_module (); | 1814 vars_of_module (); |
1816 #endif | |
1817 #ifdef WIN32_NATIVE | 1815 #ifdef WIN32_NATIVE |
1818 vars_of_dired_mswindows (); | 1816 vars_of_dired_mswindows (); |
1819 vars_of_nt (); | 1817 vars_of_nt (); |
1820 #endif | 1818 #endif |
1821 vars_of_objects (); | 1819 vars_of_objects (); |