]> code.delx.au - gnu-emacs/blobdiff - lisp/hippie-exp.el
(facemenu-complete-face-list): Doc fix.
[gnu-emacs] / lisp / hippie-exp.el
index 4b16c719371ea155d29da1e89b1cdaff11928cdc..bb59ac683827b3c82d8407277707288491f7c65a 100644 (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_/.,~^#$+="))