Mercurial > emacs
changeset 24726:e097c31382f8
(fast-lock-cache-name): Fix test for `windows-nt'.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 14 May 1999 08:47:12 +0000 |
parents | 269f6a206499 |
children | 358a330c9931 |
files | lisp/fast-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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