Mercurial > hg > xemacs-beta
comparison src/nt.c @ 3179:15139dbf89f4
[xemacs-hg @ 2005-12-27 18:50:47 by michaels]
This:
2005-11-25 Mike Sperber <mike@xemacs.org>
* CHANGES-beta:
* configure.ac: Zap --with-package-prefix; instead, add
--with-user-packages/--with-early-packages,
--with-system-packages/--with-late-packages, and
--with-legacy-packages/--with-last-packages.
... and the changes that result from it throughout the code.
author | michaels |
---|---|
date | Tue, 27 Dec 2005 18:51:30 +0000 |
parents | 5eb04c84c7ae |
children | 3e7493e76dc7 |
comparison
equal
deleted
inserted
replaced
3178:632fdf307588 | 3179:15139dbf89f4 |
---|---|
441 "SHELL", | 441 "SHELL", |
442 "CMDPROXY", | 442 "CMDPROXY", |
443 "EMACSDATA", | 443 "EMACSDATA", |
444 "EMACSPATH", | 444 "EMACSPATH", |
445 "EMACSPACKAGEPATH", | 445 "EMACSPACKAGEPATH", |
446 "EMACSEARLYPACKAGES", | |
447 "EMACSLATEPACKAGES", | |
448 "EMACSLASTPACKAGES", | |
446 "EMACSLOCKMETHOD", | 449 "EMACSLOCKMETHOD", |
447 "INFOPATH" | 450 "INFOPATH" |
448 }; | 451 }; |
449 #if defined (HEAP_IN_DATA) && !defined (PDUMP) | 452 #if defined (HEAP_IN_DATA) && !defined (PDUMP) |
450 cache_system_info (); | 453 cache_system_info (); |