Mercurial > hg > xemacs-beta
diff src/lread.c @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | e45d5e7c476e |
children | 434959a2fba3 |
line wrap: on
line diff
--- a/src/lread.c Mon Aug 13 10:03:54 2007 +0200 +++ b/src/lread.c Mon Aug 13 10:04:58 2007 +0200 @@ -77,7 +77,7 @@ #define FEATUREP_SYNTAX #ifdef FEATUREP_SYNTAX -static Lisp_Object Qfeaturep; +Lisp_Object Qfeaturep; #endif /* non-zero if inside `load' */ @@ -821,9 +821,6 @@ #ifdef ALTOS || *s == '@' #endif -#ifdef VMS - || strchr (s, ':') -#endif /* VMS */ ); } #endif /* 0 */ @@ -2967,7 +2964,7 @@ { /* loadup.el will frob this some more. */ /* #### unix-specific */ - Vload_path = Fcons (build_string ("../lisp/prim"), Vload_path); + Vload_path = Fcons (build_string ("../lisp/"), Vload_path); } #endif /* not CANNOT_DUMP */ load_in_progress = 0;