diff options
| author | Richard M. Stallman | 1994-11-09 20:53:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-09 20:53:55 +0000 |
| commit | 55928174ae2d5aa8c37b010d796f9aed40d06ffb (patch) | |
| tree | 65e35c6449e4965a6bec7c7f3e5138b2e9b1e4b1 | |
| parent | 075027b1957d83a708095ba2d984133fb998a8dc (diff) | |
| download | emacs-55928174ae2d5aa8c37b010d796f9aed40d06ffb.tar.gz emacs-55928174ae2d5aa8c37b010d796f9aed40d06ffb.zip | |
(Fsubstitute_in_file_name): Add missing #endif.
| -rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 1667b60628c..d33cc57c2bb 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1720,6 +1720,7 @@ duplicates what `expand-file-name' does.") | |||
| 1720 | #else /* not WINDOWSNT */ | 1720 | #else /* not WINDOWSNT */ |
| 1721 | || p[0] == '/' | 1721 | || p[0] == '/' |
| 1722 | #endif /* not WINDOWSNT */ | 1722 | #endif /* not WINDOWSNT */ |
| 1723 | #endif /* not APOLLO */ | ||
| 1723 | ) | 1724 | ) |
| 1724 | && p != nm && IS_DIRECTORY_SEP (p[-1])) | 1725 | && p != nm && IS_DIRECTORY_SEP (p[-1])) |
| 1725 | xnm = p; | 1726 | xnm = p; |