diff 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
line wrap: on
line diff
--- a/src/emacs.c	Tue Oct 14 17:27:54 2003 +0000
+++ b/src/emacs.c	Wed Oct 15 03:09:03 2003 +0000
@@ -1811,9 +1811,7 @@
       vars_of_menubar ();
 #endif
       vars_of_minibuf ();
-#ifdef HAVE_SHLIB
       vars_of_module ();
-#endif
 #ifdef WIN32_NATIVE
       vars_of_dired_mswindows ();
       vars_of_nt ();