]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-buffer-file-type-coding-system,
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 22 Jul 1997 21:49:49 +0000 (21:49 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 22 Jul 1997 21:49:49 +0000 (21:49 +0000)
find-buffer-process-coding-system): Remove second argument.

lisp/dos-w32.el

index d90c2e7696b38d060c808387b6145bec102ec6ff..cdc3e066ce9162dbdd9a6542474f945e6a0b6374 100644 (file)
@@ -85,7 +85,7 @@ against the file name, and TYPE is nil for text, t for binary.")
              ((and (symbolp code) (fboundp code))
               (funcall code filename)))))))
 
-(defun find-buffer-file-type-coding-system (command args)
+(defun find-buffer-file-type-coding-system (command)
   "Choose a coding system for a file operation.
 If COMMAND is `insert-file-contents', the coding system is chosen based
 upon the filename, the contents of `untranslated-filesystem-list' and
@@ -212,7 +212,7 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
 
 ;; Process I/O decoding and encoding.
 
-(defun find-binary-process-coding-system (op args)
+(defun find-binary-process-coding-system (command)
   "Choose a coding system for process I/O.
 The coding system for decode is 'no-conversion' if 'binary-process-output'
 is non-nil, and 'undecided-dos' otherwise.  Similarly, the coding system