From: Geoff Voelker Date: Fri, 17 Apr 1998 05:24:15 +0000 (+0000) Subject: (fast-lock-cache-name): Replace '\' with '#'. X-Git-Tag: emacs-20.3~1457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d976a95d4b2576722bf77a0394c0d9d4ed8c19ce;p=emacs.git (fast-lock-cache-name): Replace '\' with '#'. --- diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el index 0268a1ecad3..d739673288f 100644 --- a/lisp/fast-lock.el +++ b/lisp/fast-lock.el @@ -535,7 +535,7 @@ See `fast-lock-cache-directory'." (concat buffer-file-name ".flc") (let* ((bufile (expand-file-name buffer-file-truename)) (chars-alist - (if (eq system-type 'emx) + (if (memq system-type '(emx windowsnt)) '((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;))) '((?/ . (?#)) (?# . (?# ?#))))) (mapchars