From cb641d1860fa9a4103e94d84b4785e7092ba03cb Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 14 May 1999 08:47:12 +0000 Subject: [PATCH] (fast-lock-cache-name): Fix test for `windows-nt'. --- lisp/fast-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el index 859ec239c42..fca1188789f 100644 --- a/lisp/fast-lock.el +++ b/lisp/fast-lock.el @@ -552,7 +552,7 @@ See `fast-lock-cache-directory'." (concat buffer-file-name ".flc") (let* ((bufile (expand-file-name buffer-file-truename)) (chars-alist - (if (memq system-type '(emx windowsnt)) + (if (memq system-type '(emx windows-nt)) '((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;))) '((?/ . (?#)) (?# . (?# ?#))))) (mapchars -- 2.39.2