From b86b9918ddbab4504682eb1dd0fb86fc05ef2510 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Tue, 19 Nov 1996 06:59:17 +0000 Subject: Use w32 instead of ms-windows for window-system symbol --- lisp/hippie-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/hippie-exp.el') diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index ddb896befdb..caa479d9ec8 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el @@ -493,7 +493,7 @@ otherwise." (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 ms-windows)) + ((memq system-type '(ms-dos w32)) (if (and (string-match "\\\\" dir-part) (not (string-match "/" dir-part)) (= (aref name-part (1- (length name-part))) ?/)) -- cgit v1.2.1