diff options
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 9087aa1c933..b9647b75b1c 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -906,7 +906,7 @@ This is used for loading and byte-compiling Emacs Lisp files.") | |||
| 906 | (defun auto-coding-alist-lookup (filename) | 906 | (defun auto-coding-alist-lookup (filename) |
| 907 | "Return the coding system specified by `auto-coding-alist' for FILENAME." | 907 | "Return the coding system specified by `auto-coding-alist' for FILENAME." |
| 908 | (let ((alist auto-coding-alist) | 908 | (let ((alist auto-coding-alist) |
| 909 | (case-fold-search (memq system-type '(vax-vms windows-nt))) | 909 | (case-fold-search (memq system-type '(vax-vms windows-nt ms-dos))) |
| 910 | coding-system) | 910 | coding-system) |
| 911 | (while (and alist (not coding-system)) | 911 | (while (and alist (not coding-system)) |
| 912 | (if (string-match (car (car alist)) filename) | 912 | (if (string-match (car (car alist)) filename) |