]> code.delx.au - gnu-emacs/blobdiff - lisp/fast-lock.el
(sendmail-coding-system): Doc-string fixed.
[gnu-emacs] / lisp / fast-lock.el
index 859ec239c429621502a92fc7300bb834355d16c3..fca1188789fbc5ee4fb53053f365f703bbdbca18 100644 (file)
@@ -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