From 8a5a6d3e6dc8279b42f3a04d5bab840e9106937d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jun 1996 16:37:27 +0000 Subject: [PATCH] (he-file-name-chars): Check windows-nt, not ms-windows. --- lisp/hippie-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 4b16c719371..bb59ac68382 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -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_/.,~^#$+=")) -- 2.39.2