diff options
| author | Stefan Monnier | 2018-01-15 13:14:37 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2018-01-15 13:14:37 -0500 |
| commit | fe258a4b887753734cda4bb717c2d1c3ca6d987b (patch) | |
| tree | abee6aa41a377295782d2f4026fc475280e3b1aa | |
| parent | f3fafd24175a8918996c824db17c670c13fb380d (diff) | |
| download | emacs-fe258a4b887753734cda4bb717c2d1c3ca6d987b.tar.gz emacs-fe258a4b887753734cda4bb717c2d1c3ca6d987b.zip | |
(set-buffer-process-coding-system): Mark as interactive-only.
* lisp/international/mule.el (set-buffer-process-coding-system):
Mark as interactive-only.
| -rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 3e6e6435719..3be1e9e2877 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1514,6 +1514,7 @@ DECODING is the coding system to be used to decode input from the process, | |||
| 1514 | ENCODING is the coding system to be used to encode output to the process. | 1514 | ENCODING is the coding system to be used to encode output to the process. |
| 1515 | 1515 | ||
| 1516 | For a list of possible coding systems, use \\[list-coding-systems]." | 1516 | For a list of possible coding systems, use \\[list-coding-systems]." |
| 1517 | (declare (interactive-only set-process-coding-system)) | ||
| 1517 | (interactive | 1518 | (interactive |
| 1518 | "zCoding-system for output from the process: \nzCoding-system for input to the process: ") | 1519 | "zCoding-system for output from the process: \nzCoding-system for input to the process: ") |
| 1519 | (let ((proc (get-buffer-process (current-buffer)))) | 1520 | (let ((proc (get-buffer-process (current-buffer)))) |