| 873 | | ;; dos-w32.el defines find-operation-coding-system for |
|---|
| 874 | | ;; DOS/Windows systems which preserves the coding-system |
|---|
| 875 | | ;; of existing files. We want it to act here as if the |
|---|
| 876 | | ;; extracted file existed. |
|---|
| | 873 | ;; dos-w32.el defines the function |
|---|
| | 874 | ;; find-buffer-file-type-coding-system for DOS/Windows |
|---|
| | 875 | ;; systems which preserves the coding-system of existing files. |
|---|
| | 876 | ;; (That function is called via file-coding-system-alist.) |
|---|
| | 877 | ;; Here, we want it to act as if the extracted file existed. |
|---|
| | 878 | ;; The following let-binding of file-name-handler-alist forces |
|---|
| | 879 | ;; find-file-not-found-set-buffer-file-coding-system to ignore |
|---|
| | 880 | ;; the file's name (see dos-w32.el). |
|---|