Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/dos-w32.el

    r4204 r4210  
    9393(defun find-buffer-file-type-coding-system (command) 
    9494  "Choose a coding system for a file operation in COMMAND. 
    95 COMMAND is a list that specifies the operation, and I/O primitive as its 
     95COMMAND is a list that specifies the operation, an I/O primitive, as its 
    9696CAR, and the arguments that might be given to that operation as its CDR. 
    9797If operation is `insert-file-contents', the coding system is chosen based 
     
    109109    If the file exists:                                 `undecided' 
    110110    If the file does not exist:        default-buffer-file-coding-system 
     111 
     112Note that the CAR of arguments to `insert-file-contents' operation could 
     113be a cons cell of the form \(FILENAME . BUFFER\), where BUFFER is a buffer 
     114into which the file's contents were already read, but not yet decoded. 
    111115 
    112116If operation is `write-region', the coding system is chosen based upon