diff lisp/files.el @ 5212:4f98237e23fc

Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 16 May 2010 12:49:49 +0100
parents cdca98f2d36f
children 0d71bcf96ffd
line wrap: on
line diff
--- a/lisp/files.el	Fri May 07 14:35:00 2010 +0100
+++ b/lisp/files.el	Sun May 16 12:49:49 2010 +0100
@@ -4515,17 +4515,8 @@
 
 ;; END SYNC WITH FSF 21.2.
 
-;; XEmacs:
-(defvar default-file-system-ignore-case (and
-                                         (memq system-type '(windows-nt
-                                                             cygwin32
-							     darwin))
-                                         t)
-  "What `file-system-ignore-case-p' returns by default.
-This is in the case that nothing in `file-system-case-alist' matches.")
-
-;; Question; do any of the Linuxes mount Windows partitions in a fixed
-;; place?
+;; XEmacs. Question; do any of the Linuxes mount Windows partitions in
+;; a fixed place?
 (defvar file-system-case-alist nil
   "Alist to decide where file name case is significant.