diff options
| author | Richard M. Stallman | 1997-09-01 17:14:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-01 17:14:48 +0000 |
| commit | 1b76aedd978cee291828eaf96ce20606bacbe6d8 (patch) | |
| tree | 75a03a4a71585e117de62f62eddbeb5a929117d6 /lisp | |
| parent | 73b2c6642378286fcfaf0aff5096e36c192e87c8 (diff) | |
| download | emacs-1b76aedd978cee291828eaf96ce20606bacbe6d8.tar.gz emacs-1b76aedd978cee291828eaf96ce20606bacbe6d8.zip | |
(describe-current-coding-system): Add missing newline in output.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule-diag.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index da7d3ffe1a2..298408258f1 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el | |||
| @@ -288,7 +288,7 @@ at the place of `..': | |||
| 288 | (print-coding-system-briefly (cdr process-coding-systems)) | 288 | (print-coding-system-briefly (cdr process-coding-systems)) |
| 289 | (princ " decoding output from the process: ") | 289 | (princ " decoding output from the process: ") |
| 290 | (print-coding-system-briefly (car process-coding-systems))) | 290 | (print-coding-system-briefly (car process-coding-systems))) |
| 291 | (princ "Defaults for subprocess I/O:") | 291 | (princ "Defaults for subprocess I/O:\n") |
| 292 | (princ " decoding: ") | 292 | (princ " decoding: ") |
| 293 | (print-coding-system-briefly (car default-process-coding-system)) | 293 | (print-coding-system-briefly (car default-process-coding-system)) |
| 294 | (princ " encoding: ") | 294 | (princ " encoding: ") |
| @@ -712,7 +712,7 @@ system)." | |||
| 712 | (insert "\n") | 712 | (insert "\n") |
| 713 | (if default-input-method | 713 | (if default-input-method |
| 714 | (insert "Default input method: " default-input-method "\n") | 714 | (insert "Default input method: " default-input-method "\n") |
| 715 | (insert "No default input method is specified.\n")) | 715 | (insert "No default input method is specified\n")) |
| 716 | 716 | ||
| 717 | (insert-section 4 "Coding systems") | 717 | (insert-section 4 "Coding systems") |
| 718 | (save-excursion (list-coding-systems t)) | 718 | (save-excursion (list-coding-systems t)) |