diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:07:48 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:07:48 +0000 |
commit | b63f9ba13790b8720932c374bf0167e7145c569e (patch) | |
tree | 5e1139968214f489172a647d6a84fd8deaa748bd /lisp/dos-w32.el | |
parent | 07bc5c0becee28a527da16315b726b085657bf42 (diff) | |
download | emacs-b63f9ba13790b8720932c374bf0167e7145c569e.tar.gz |
Change uses of win32 to w32.
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r-- | lisp/dos-w32.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 83de34749af..e532ba33a4f 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -116,7 +116,7 @@ the directory prefix corresponding to the filesystem.") "Return FILENAME in a canonicalized form for use with the functions dealing with untranslated filesystems." (if (memq system-type '(ms-dos windows-nt)) - ;; The canonical form for DOS/NT/Win95 is with A-Z downcased and all + ;; The canonical form for DOS/W32 is with A-Z downcased and all ;; directory separators changed to directory-sep-char. (let ((name nil)) (setq name (mapconcat |