Mercurial > hg > xemacs-beta
comparison src/alloc.c @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | d620409f5eb8 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
3821 | 3821 |
3822 /* Yeah, this list is pretty ad-hoc... */ | 3822 /* Yeah, this list is pretty ad-hoc... */ |
3823 Vprocess_environment = Qnil; | 3823 Vprocess_environment = Qnil; |
3824 Vexec_directory = Qnil; | 3824 Vexec_directory = Qnil; |
3825 Vdata_directory = Qnil; | 3825 Vdata_directory = Qnil; |
3826 Vsite_directory = Qnil; | |
3826 Vdoc_directory = Qnil; | 3827 Vdoc_directory = Qnil; |
3827 Vconfigure_info_directory = Qnil; | 3828 Vconfigure_info_directory = Qnil; |
3828 Vexec_path = Qnil; | 3829 Vexec_path = Qnil; |
3829 Vload_path = Qnil; | 3830 Vload_path = Qnil; |
3830 /* Vdump_load_path = Qnil; */ | 3831 /* Vdump_load_path = Qnil; */ |