(set-buffer-process-coding-system): Mark as interactive-only.
* lisp/international/mule.el (set-buffer-process-coding-system): Mark as interactive-only.
This commit is contained in:
parent
f3fafd2417
commit
fe258a4b88
1 changed files with 1 additions and 0 deletions
|
@ -1514,6 +1514,7 @@ DECODING is the coding system to be used to decode input from the process,
|
|||
ENCODING is the coding system to be used to encode output to the process.
|
||||
|
||||
For a list of possible coding systems, use \\[list-coding-systems]."
|
||||
(declare (interactive-only set-process-coding-system))
|
||||
(interactive
|
||||
"zCoding-system for output from the process: \nzCoding-system for input to the process: ")
|
||||
(let ((proc (get-buffer-process (current-buffer))))
|
||||
|
|
Loading…
Add table
Reference in a new issue