# HG changeset patch # User Richard M. Stallman # Date 833906247 0 # Node ID 770c11688d0fc7e1487bdc6b851b013495cc0a95 # Parent 19008fd7774d62cc82f6951061a2b06a85b8184a (he-file-name-chars): Check windows-nt, not ms-windows. diff -r 19008fd7774d -r 770c11688d0f lisp/hippie-exp.el --- a/lisp/hippie-exp.el Tue Jun 04 16:17:22 1996 +0000 +++ b/lisp/hippie-exp.el Tue Jun 04 16:37:27 1996 +0000 @@ -445,7 +445,7 @@ (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_/.,~^#$+="))