(he-file-name-chars): Check windows-nt, not ms-windows.

This commit is contained in:
Richard M. Stallman 1996-06-04 16:37:27 +00:00
parent de88363f85
commit 8a5a6d3e6d

View file

@ -445,7 +445,7 @@ otherwise."
(defvar he-file-name-chars
(cond ((memq system-type '(vax-vms axp-vms))
"-a-zA-Z0-9_/.,~^#$+=:\\[\\]")
((memq system-type '(ms-dos ms-windows))
((memq system-type '(ms-dos windows-nt))
"-a-zA-Z0-9_/.,~^#$+=:\\\\")
(t ;; More strange file formats ?
"-a-zA-Z0-9_/.,~^#$+="))