summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-03-04 17:15:50 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-03-04 17:15:50 +0000
commitad708ae59bae4d2746f68613ba3163de9323f98a (patch)
treefbbc3ea0f70b5ba77fa74021155efd88d9515ae3 /src/fileio.c
parentf56ced441ea9542f7317bfd1a953286776ade0d5 (diff)
downloademacs-ad708ae59bae4d2746f68613ba3163de9323f98a.tar.gz
(Fexpand_file_name) [VMS]: Don't upcase the name
"manually"; this is now handled generally via FILE_SYSTEM_CASE.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 196bb924341..ee03e63cc14 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1122,10 +1122,6 @@ See also the function `substitute-in-file-name'. */)
UNGCPRO;
}
-#ifdef VMS
- /* Filenames on VMS are always upper case. */
- name = Fupcase (name);
-#endif
name = FILE_SYSTEM_CASE (name);
nm = SDATA (name);