Mercurial > hg > xemacs-beta
comparison src/emacs.c @ 321:19dcec799385 r21-0-58
Import from CVS: tag r21-0-58
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:46:44 +0200 |
parents | 341dac730539 |
children | 54f7aa390f4f |
comparison
equal
deleted
inserted
replaced
320:73c75c43c1f2 | 321:19dcec799385 |
---|---|
2518 if (!path) | 2518 if (!path) |
2519 return Qnil; | 2519 return Qnil; |
2520 | 2520 |
2521 GET_C_CHARPTR_INT_FILENAME_DATA_ALLOCA (path, newpath); | 2521 GET_C_CHARPTR_INT_FILENAME_DATA_ALLOCA (path, newpath); |
2522 | 2522 |
2523 len = strlen (newpath); | 2523 len = strlen ((const char *) newpath); |
2524 /* #### Does this make sense? It certainly does for | 2524 /* #### Does this make sense? It certainly does for |
2525 decode_env_path(), but it looks dubious here. Does any code | 2525 decode_env_path(), but it looks dubious here. Does any code |
2526 depend on decode_path("") returning nil instead of an empty | 2526 depend on decode_path("") returning nil instead of an empty |
2527 string? */ | 2527 string? */ |
2528 if (!len) | 2528 if (!len) |