mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(fast-lock-cache-name): Replace '\' with '#'.
This commit is contained in:
parent
da418b28dc
commit
d976a95d4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue