comparison lisp/dos-w32.el @ 16591:afb15f49a0c9

Use new file name dos-w32.el
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 07:02:50 +0000
parents 5dce4ca06a77
children 8de32e992e4d
comparison
equal deleted inserted replaced
16590:a0cfcb9f8033 16591:afb15f49a0c9
1 ;;; dos-nt.el --- Functions shared among MS-DOS and W32 (NT/95) platforms 1 ;;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms
2 2
3 ;; Copyright (C) 1996 Free Software Foundation, Inc. 3 ;; Copyright (C) 1996 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: Geoff Voelker (voelker@cs.washington.edu) 5 ;; Maintainer: Geoff Voelker (voelker@cs.washington.edu)
6 ;; Keywords: internal 6 ;; Keywords: internal
162 filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"." 162 filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
163 (setq untranslated-filesystem-list 163 (setq untranslated-filesystem-list
164 (delete (untranslated-canonical-name filesystem) 164 (delete (untranslated-canonical-name filesystem)
165 untranslated-filesystem-list))) 165 untranslated-filesystem-list)))
166 166
167 (provide 'dos-nt) 167 (provide 'dos-w32)
168 168
169 ;;; dos-nt.el ends here 169 ;;; dos-w32.el ends here