From: Stefan Monnier Date: Mon, 15 Jan 2018 18:14:37 +0000 (-0500) Subject: (set-buffer-process-coding-system): Mark as interactive-only. X-Git-Tag: emacs-27.0.90~5881 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe258a4b887753734cda4bb717c2d1c3ca6d987b;p=emacs.git (set-buffer-process-coding-system): Mark as interactive-only. * lisp/international/mule.el (set-buffer-process-coding-system): Mark as interactive-only. --- 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, 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))))