Mercurial > hg > xemacs-beta
diff src/emacs.c @ 179:9ad43877534d r20-3b16
Import from CVS: tag r20-3b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:52:19 +0200 |
parents | 6075d714658b |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 09:51:18 2007 +0200 +++ b/src/emacs.c Mon Aug 13 09:52:19 2007 +0200 @@ -62,6 +62,9 @@ #endif #endif +/* For PATH_EXEC */ +#include "paths.h" + extern void memory_warnings (void *, void (*warnfun) (CONST char *)); #ifndef SYSTEM_MALLOC @@ -2360,7 +2363,7 @@ List of directories configured for package searching. */ ); #ifndef PACKAGE_PATH -#define PACKAGE_PATH "/etc/xemacs:~/.xemacs" +#define PACKAGE_PATH PATH_PREFIX "/lib/xemacs/packages:~/.xemacs" #endif Vpackage_path = decode_path(PACKAGE_PATH);