diff lisp/obsolete/fast-lock.el @ 104552:10c38084881d

Remove code for defunct system-types emx, macos, mswindows, unisoft-unix, vax-vms, win32, w32.
author Glenn Morris <rgm@gnu.org>
date Sat, 22 Aug 2009 21:59:40 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/obsolete/fast-lock.el	Sat Aug 22 21:53:34 2009 +0000
+++ b/lisp/obsolete/fast-lock.el	Sat Aug 22 21:59:40 2009 +0000
@@ -549,7 +549,7 @@
       (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