diff lisp/utils/hippie-exp.el @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 0132846995bd
children
line wrap: on
line diff
--- a/lisp/utils/hippie-exp.el	Mon Aug 13 10:05:53 2007 +0200
+++ b/lisp/utils/hippie-exp.el	Mon Aug 13 10:06:47 2007 +0200
@@ -495,7 +495,7 @@
 		  (string= (substring name-part 0 2) "[."))
 	     (concat (substring dir-part 0 -1) (substring name-part 1))
 	   (concat dir-part name-part)))
-	((memq system-type '(ms-dos w32))
+	((memq system-type '(ms-dos mswindows))
 	 (if (and (string-match "\\\\" dir-part)
 		  (not (string-match "/" dir-part))
 		  (= (aref name-part (1- (length name-part))) ?/))