diff options
| author | Dave Love | 2002-05-31 22:26:10 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-31 22:26:10 +0000 |
| commit | e3d8cf8dd4b1be16b23dc48c6be681feb3c410f2 (patch) | |
| tree | e6593c30d931dd4af101e7962da424f711e8016b | |
| parent | c4e442414e8b44bf5b8e917211dd6359535a6a57 (diff) | |
| download | emacs-e3d8cf8dd4b1be16b23dc48c6be681feb3c410f2.tar.gz emacs-e3d8cf8dd4b1be16b23dc48c6be681feb3c410f2.zip | |
(describe-current-coding-system):
Add selection-coding-system.
| -rw-r--r-- | lisp/international/mule-diag.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 24782788256..df43eff8972 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -710,6 +710,8 @@ in place of `..': | |||
| 710 | (print-coding-system-briefly (keyboard-coding-system)) | 710 | (print-coding-system-briefly (keyboard-coding-system)) |
| 711 | (princ "Coding system for terminal output:\n ") | 711 | (princ "Coding system for terminal output:\n ") |
| 712 | (print-coding-system-briefly (terminal-coding-system)) | 712 | (print-coding-system-briefly (terminal-coding-system)) |
| 713 | (princ "Coding system for inter-client cut and paste:\n ") | ||
| 714 | (print-coding-system-briefly selection-coding-system) | ||
| 713 | (when (get-buffer-process (current-buffer)) | 715 | (when (get-buffer-process (current-buffer)) |
| 714 | (princ "Coding systems for process I/O:\n") | 716 | (princ "Coding systems for process I/O:\n") |
| 715 | (princ " encoding input to the process: ") | 717 | (princ " encoding input to the process: ") |