changeset 21618:65db9a169ab5

(fast-lock-cache-name): Replace '\' with '#'.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 17 Apr 1998 05:24:15 +0000
parents c944e3c8ebe2
children ed3990c73096
files lisp/fast-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/fast-lock.el	Fri Apr 17 05:23:53 1998 +0000
+++ b/lisp/fast-lock.el	Fri Apr 17 05:24:15 1998 +0000
@@ -535,7 +535,7 @@
       (concat buffer-file-name ".flc")
     (let* ((bufile (expand-file-name buffer-file-truename))
 	   (chars-alist
-	    (if (eq system-type 'emx)
+	    (if (memq system-type '(emx windowsnt))
 		'((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;)))
 	      '((?/ . (?#)) (?# . (?# ?#)))))
 	   (mapchars