emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fe258a4 1/2: (set-buffer-process-coding-system): Ma


From: Stefan Monnier
Subject: [Emacs-diffs] master fe258a4 1/2: (set-buffer-process-coding-system): Mark as interactive-only.
Date: Mon, 15 Jan 2018 13:15:24 -0500 (EST)

branch: master
commit fe258a4b887753734cda4bb717c2d1c3ca6d987b
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    (set-buffer-process-coding-system): Mark as interactive-only.
    
    * lisp/international/mule.el (set-buffer-process-coding-system):
    Mark as interactive-only.
---
 lisp/international/mule.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 3e6e643..3be1e9e 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]