diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-06-13 18:39:50 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-06-13 18:39:50 +0000 |
commit | 676a30259f5272007ecf622dc241b018aab8b84f (patch) | |
tree | 61336a5617e3c3d4b70fa4c8257c41a521c2b75d /nt/addpm.c | |
parent | 89fb2be16c4796e4e05dac2405a8f1705b9b69c6 (diff) | |
download | emacs-676a30259f5272007ecf622dc241b018aab8b84f.tar.gz |
(env_vars): Remove EMACSLOCKDIR.
Diffstat (limited to 'nt/addpm.c')
-rw-r--r-- | nt/addpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nt/addpm.c b/nt/addpm.c index b9f741bf43a..24fc0bbc591 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -58,7 +58,6 @@ env_vars[] = {"SHELL", "%emacs_dir%/bin/cmdproxy.exe"}, {"EMACSDATA", "%emacs_dir%/etc"}, {"EMACSPATH", "%emacs_dir%/bin"}, - {"EMACSLOCKDIR", "%emacs_dir%/lock"}, /* We no longer set INFOPATH because Info-default-directory-list is then ignored. */ /* {"INFOPATH", "%emacs_dir%/info"}, */ |