From: Geoff Voelker Date: Tue, 3 Nov 1998 02:26:21 +0000 (+0000) Subject: (Fsubstitute_in_file_name) [DOS_NT]: Fix typo. X-Git-Tag: emacs-20.4~1332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4488d7e15cc117238967ba30a8694b62ec64987a;p=emacs.git (Fsubstitute_in_file_name) [DOS_NT]: Fix typo. --- diff --git a/src/fileio.c b/src/fileio.c index 79b535adc80..4e6b620e324 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2111,7 +2111,7 @@ duplicates what `expand-file-name' does.") xnm = p; #ifdef DOS_NT else if (IS_DRIVE (p[0]) && p[1] == ':' - && p > nm && IS_DIRECTORY_SEP (p[-1])) + && p > xnm && IS_DIRECTORY_SEP (p[-1])) xnm = p; #endif