summaryrefslogtreecommitdiff
path: root/lisp/obsolete/fast-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-22 21:59:40 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-22 21:59:40 +0000
commita337468045409bc0d9179f4cdda010dbab2a5989 (patch)
treece85d6ca33e474a2c4acb3e14160c8ff9a9bb9e3 /lisp/obsolete/fast-lock.el
parent3f12e3f4bf054763b6507577e72a55a02302ace7 (diff)
downloademacs-a337468045409bc0d9179f4cdda010dbab2a5989.tar.gz
Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.
Diffstat (limited to 'lisp/obsolete/fast-lock.el')
-rw-r--r--lisp/obsolete/fast-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el
index 66ccbed50b8..7027ab02d82 100644
--- a/lisp/obsolete/fast-lock.el
+++ b/lisp/obsolete/fast-lock.el
@@ -549,7 +549,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 windows-nt cygwin))
+ (if (memq system-type '(windows-nt cygwin))
'((?/ . (?#)) (?# . (?# ?#)) (?: . (?\;)) (?\; . (?\; ?\;)))
'((?/ . (?#)) (?# . (?# ?#)))))
(mapchars