# HG changeset patch # User Geoff Voelker # Date 869608189 0 # Node ID d6d9a466fad286c9aed5e5a5c5628bc622a9dbae # Parent 6cf797f8b54c6a5b08f4c477a27e994b5c31b431 (find-buffer-file-type-coding-system, find-buffer-process-coding-system): Remove second argument. diff -r 6cf797f8b54c -r d6d9a466fad2 lisp/dos-w32.el --- a/lisp/dos-w32.el Tue Jul 22 21:35:43 1997 +0000 +++ b/lisp/dos-w32.el Tue Jul 22 21:49:49 1997 +0000 @@ -85,7 +85,7 @@ ((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 @@ ;; 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