# HG changeset patch # User Eli Zaretskii # Date 923847971 0 # Node ID 66a14155ad783b23d16748168a66eddf6638570f # Parent 38dc0ce2bf9969572969a99ee77d7ee7d84a8b92 (auto-coding-alist-lookup): Include ms-dos in the list of case-insensitive filesystems. diff -r 38dc0ce2bf99 -r 66a14155ad78 lisp/international/mule.el --- a/lisp/international/mule.el Sat Apr 10 02:23:06 1999 +0000 +++ b/lisp/international/mule.el Sun Apr 11 16:26:11 1999 +0000 @@ -906,7 +906,7 @@ (defun auto-coding-alist-lookup (filename) "Return the coding system specified by `auto-coding-alist' for FILENAME." (let ((alist auto-coding-alist) - (case-fold-search (memq system-type '(vax-vms windows-nt))) + (case-fold-search (memq system-type '(vax-vms windows-nt ms-dos))) coding-system) (while (and alist (not coding-system)) (if (string-match (car (car alist)) filename)