diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 06:59:17 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 06:59:17 +0000 |
commit | b86b9918ddbab4504682eb1dd0fb86fc05ef2510 (patch) | |
tree | 2ccfd3d262451acdb6c03f2e02a21d3609773d00 /lisp/hippie-exp.el | |
parent | 60c7469c6dce193c421bb535302c3a6b260cf395 (diff) | |
download | emacs-b86b9918ddbab4504682eb1dd0fb86fc05ef2510.tar.gz |
Use w32 instead of ms-windows for window-system symbol
Diffstat (limited to 'lisp/hippie-exp.el')
-rw-r--r-- | lisp/hippie-exp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) ?/)) |