aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1997-07-22 21:49:49 +0000
committerGeoff Voelker1997-07-22 21:49:49 +0000
commit7c621f7acdd6f029c657b0cdd121faea35f0467f (patch)
tree382ba241227ef729d931c4c842a588f6a1d6b1ab
parent2b86fcb1e22776f2ffe96bf106f542b7f557c77e (diff)
downloademacs-7c621f7acdd6f029c657b0cdd121faea35f0467f.tar.gz
emacs-7c621f7acdd6f029c657b0cdd121faea35f0467f.zip
(find-buffer-file-type-coding-system,
find-buffer-process-coding-system): Remove second argument.
-rw-r--r--lisp/dos-w32.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index d90c2e7696b..cdc3e066ce9 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -85,7 +85,7 @@ against the file name, and TYPE is nil for text, t for binary.")
85 ((and (symbolp code) (fboundp code)) 85 ((and (symbolp code) (fboundp code))
86 (funcall code filename))))))) 86 (funcall code filename)))))))
87 87
88(defun find-buffer-file-type-coding-system (command args) 88(defun find-buffer-file-type-coding-system (command)
89 "Choose a coding system for a file operation. 89 "Choose a coding system for a file operation.
90If COMMAND is `insert-file-contents', the coding system is chosen based 90If COMMAND is `insert-file-contents', the coding system is chosen based
91upon the filename, the contents of `untranslated-filesystem-list' and 91upon the filename, the contents of `untranslated-filesystem-list' and
@@ -212,7 +212,7 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
212 212
213;; Process I/O decoding and encoding. 213;; Process I/O decoding and encoding.
214 214
215(defun find-binary-process-coding-system (op args) 215(defun find-binary-process-coding-system (command)
216 "Choose a coding system for process I/O. 216 "Choose a coding system for process I/O.
217The coding system for decode is 'no-conversion' if 'binary-process-output' 217The coding system for decode is 'no-conversion' if 'binary-process-output'
218is non-nil, and 'undecided-dos' otherwise. Similarly, the coding system 218is non-nil, and 'undecided-dos' otherwise. Similarly, the coding system