summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-11-19 07:02:50 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-11-19 07:02:50 +0000
commit2fedd412dca95cd7b852ca43c5844c7778144689 (patch)
tree968b9b0af13677c8fc90531360f1c700b2a30c07
parent2ba980b605ce0633fdb317d0374ace551d1079e1 (diff)
downloademacs-2fedd412dca95cd7b852ca43c5844c7778144689.tar.gz
Use new file name dos-w32.el
-rw-r--r--lisp/dos-w32.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index c5c13f02b33..83de34749af 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -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 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
(delete (untranslated-canonical-name filesystem)
untranslated-filesystem-list)))
-(provide 'dos-nt)
+(provide 'dos-w32)
-;;; dos-nt.el ends here
+;;; dos-w32.el ends here