Changeset 4210 for trunk/lisp/dos-w32.el
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/lisp/dos-w32.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/dos-w32.el
r4204 r4210 93 93 (defun find-buffer-file-type-coding-system (command) 94 94 "Choose a coding system for a file operation in COMMAND. 95 COMMAND is a list that specifies the operation, an d I/O primitiveas its95 COMMAND is a list that specifies the operation, an I/O primitive, as its 96 96 CAR, and the arguments that might be given to that operation as its CDR. 97 97 If operation is `insert-file-contents', the coding system is chosen based … … 109 109 If the file exists: `undecided' 110 110 If the file does not exist: default-buffer-file-coding-system 111 112 Note that the CAR of arguments to `insert-file-contents' operation could 113 be a cons cell of the form \(FILENAME . BUFFER\), where BUFFER is a buffer 114 into which the file's contents were already read, but not yet decoded. 111 115 112 116 If operation is `write-region', the coding system is chosen based upon
