# HG changeset patch # User Geoff Voelker # Date 848386970 0 # Node ID afb15f49a0c9391b725028afccf837230e1a3038 # Parent a0cfcb9f803375007ebb4b819963122e55a13d4b Use new file name dos-w32.el diff -r a0cfcb9f8033 -r afb15f49a0c9 lisp/dos-w32.el --- a/lisp/dos-w32.el Tue Nov 19 06:59:17 1996 +0000 +++ b/lisp/dos-w32.el Tue Nov 19 07:02:50 1996 +0000 @@ -1,4 +1,4 @@ -;;; dos-nt.el --- Functions shared among MS-DOS and W32 (NT/95) platforms +;;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms ;; Copyright (C) 1996 Free Software Foundation, Inc. @@ -164,6 +164,6 @@ (delete (untranslated-canonical-name filesystem) untranslated-filesystem-list))) -(provide 'dos-nt) +(provide 'dos-w32) -;;; dos-nt.el ends here +;;; dos-w32.el ends here