diff options
| -rw-r--r-- | lisp/fast-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 552 | (concat buffer-file-name ".flc") | 552 | (concat buffer-file-name ".flc") |
| 553 | (let* ((bufile (expand-file-name buffer-file-truename)) | 553 | (let* ((bufile (expand-file-name buffer-file-truename)) |
| 554 | (chars-alist | 554 | (chars-alist |
| 555 | (if (memq system-type '(emx windowsnt)) | 555 | (if (memq system-type '(emx windows-nt)) |
| 556 | '((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;))) | 556 | '((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;))) |
| 557 | '((?/ . (?#)) (?# . (?# ?#))))) | 557 | '((?/ . (?#)) (?# . (?# ?#))))) |
| 558 | (mapchars | 558 | (mapchars |