projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3fafd2
)
(set-buffer-process-coding-system): Mark as interactive-only.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 15 Jan 2018 18:14:37 +0000
(13:14 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 15 Jan 2018 18:14:37 +0000
(13:14 -0500)
* lisp/international/mule.el (set-buffer-process-coding-system):
Mark as interactive-only.
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 3e6e6435719033f450c4d09237ba3ece6b46cc35..3be1e9e287787c99a5a53ddd2da6049acd2f4411 100644
(file)
--- 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))))