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 | 6f74c2edcba7d43567d2670727c29aa5b3a76a2d (patch) | |
tree | e1c9b357dcf3347563fe5c9d6d22920d6dea5bf6 /lisp/dos-w32.el | |
parent | 4c92d546109e9b1104c65f18e473108a70cc71cb (diff) | |
download | emacs-6f74c2edcba7d43567d2670727c29aa5b3a76a2d.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 |