Mercurial > hg > xemacs-beta
diff src/emodules.h @ 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 | 34abfb24e891 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/emodules.h Tue Oct 14 17:27:54 2003 +0000 +++ b/src/emodules.h Wed Oct 15 03:09:03 2003 +0000 @@ -46,9 +46,6 @@ /* Module loading technology version number */ extern Lisp_Object Vmodule_version; -/* Load path */ -extern Lisp_Object Vmodule_load_path; - /* XEmacs version Information */ extern Lisp_Object Vemacs_major_version; extern Lisp_Object Vemacs_minor_version;