From: Karl Heuer Date: Fri, 14 May 1999 08:47:12 +0000 (+0000) Subject: (fast-lock-cache-name): Fix test for `windows-nt'. X-Git-Tag: emacs-20.4~223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb641d1860fa9a4103e94d84b4785e7092ba03cb;p=emacs.git (fast-lock-cache-name): Fix test for `windows-nt'. --- 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