Mercurial > emacs
changeset 24610:66a14155ad78
(auto-coding-alist-lookup): Include ms-dos
in the list of case-insensitive filesystems.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 11 Apr 1999 16:26:11 +0000 |
parents | 38dc0ce2bf99 |
children | a1e836728879 |
files | lisp/international/mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)