From: Richard M. Stallman Date: Tue, 4 Jun 1996 16:37:27 +0000 (+0000) Subject: (he-file-name-chars): Check windows-nt, not ms-windows. X-Git-Tag: emacs-19.34~532 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a5a6d3e6dc8279b42f3a04d5bab840e9106937d;p=emacs.git (he-file-name-chars): Check windows-nt, not ms-windows. --- 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_/.,~^#$+="))