From c3947a0a678b79c58a5f3454bc0487ab6dd5dc17 Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Tue, 3 Dec 2024 22:13:50 +0000 Subject: [PATCH] merge --- microemacs/src/dosterm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/microemacs/src/dosterm.c b/microemacs/src/dosterm.c index c5d0927a..388935b3 100755 --- a/microemacs/src/dosterm.c +++ b/microemacs/src/dosterm.c @@ -178,7 +178,6 @@ meSetupPathsAndUser(void) evalResult[0] = '\0'; ll = 0; } - /* Check for setting of $MEINSTALLPATH first, if set, check for $user-path and standard sub-dirs */ if(((ss = meGetenv ("MEINSTALLPATH")) != NULL) && (ss[0] != '\0')) { @@ -194,7 +193,6 @@ meSetupPathsAndUser(void) ll = mePathAddSearchPath(ll,evalResult,buff,6,&gotUserPath); } - /* also check for directories in the same location as the binary */ if((ss=meStrrchr(meProgName,DIR_CHAR)) != NULL) {