Index: src/nsterm.m =================================================================== RCS file: /sources/emacs/emacs/src/nsterm.m,v retrieving revision 1.69 diff -u -r1.69 nsterm.m --- src/nsterm.m 30 Apr 2009 16:52:19 -0000 1.69 +++ src/nsterm.m 3 May 2009 13:34:08 -0000 @@ -409,14 +409,6 @@ setenv ("EMACSDOC", [resourcePath UTF8String], 1); } } - - if (!getenv ("INFOPATH")) - { - resourcePath = [resourceDir stringByAppendingPathComponent: @"info"]; - if ([fileManager fileExistsAtPath: resourcePath isDirectory: &isDir]) - if (isDir) - setenv ("INFOPATH", [resourcePath UTF8String], 1); - } }