(he-file-name-chars): Check windows-nt, not ms-windows.
This commit is contained in:
parent
de88363f85
commit
8a5a6d3e6d
1 changed files with 1 additions and 1 deletions
|
@ -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_/.,~^#$+="))
|
||||
|
|
Loading…
Add table
Reference in a new issue