# HG changeset patch # User Karl Heuer # Date 926671632 0 # Node ID e097c31382f8f47aced36bd557ef5a5dc65170c1 # Parent 269f6a2064995b0f20a0b76cfa34324113c74432 (fast-lock-cache-name): Fix test for `windows-nt'. diff -r 269f6a206499 -r e097c31382f8 lisp/fast-lock.el --- a/lisp/fast-lock.el Fri May 14 00:33:27 1999 +0000 +++ b/lisp/fast-lock.el Fri May 14 08:47:12 1999 +0000 @@ -552,7 +552,7 @@ (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