summaryrefslogtreecommitdiff
path: root/lisp/dos-w32.el
Commit message (Collapse)AuthorAgeFilesLines
* (file-name-buffer-file-type-alist): Add moreGeoff Voelker1997-09-021-2/+6
| | | | extensions for binary files.
* (find-buffer-file-type): Don't check for untranslated file systems here.Richard M. Stallman1997-09-011-21/+27
| | | | | | (find-buffer-file-type-coding-system): For reading a file, check for binary file, then text file, then existing file, then whether file name is translated.
* Set default coding system to undecided-dos.Geoff Voelker1997-08-171-17/+41
| | | | | | | | | (find-buffer-file-type-coding-system): For writing, use buffer-file-coding-system if set, otherwise buffer-file-type. (find-file-not-found-set-buffer-file-coding-system): Renamed from find-file-not-found-set-buffer-file-type. Set buffer-file-coding-system as well as buffer-file-type.
* (find-buffer-file-type-coding-system,Geoff Voelker1997-07-221-2/+2
| | | | find-buffer-process-coding-system): Remove second argument.
* (find-buffer-file-type-coding-system):Geoff Voelker1997-07-201-28/+29
| | | | | Use undecided-dos for dos-text file names. Use undecided for non-existing untranslated file names.
* (find-buffer-file-type-coding-system):Richard M. Stallman1997-07-191-7/+8
| | | | | Use emacs-mule-dos for text file names; use undecided-dos for the last resort (instead of emacs-mule-dos).
* (find-buffer-file-type-coding-system)Richard M. Stallman1997-07-181-15/+76
| | | | | | | | | | | (find-binary-process-coding-system, find-buffer-file-type-match): New functions. (find-buffer-file-type): Use find-buffer-file-type-match. Add find-buffer-file-type-coding-system to file-coding-system-alist as the default entry. Add find-binary-process-coding-system to process-coding-system-alist as the default entry.
* (add-untranslated-filesystem)Richard M. Stallman1997-05-201-0/+2
| | | | (remove-untranslated-filesystem): Add interactive spec.
* Change uses of win32 to w32.Geoff Voelker1997-01-201-1/+1
|
* Use new file name dos-w32.elGeoff Voelker1996-11-191-3/+3
|
* Comment change.Karl Heuer1996-09-171-1/+1
|
* Initial revisionRichard M. Stallman1996-09-011-0/+169