mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-02 21:52:04 -08:00
(select-safe-coding-system-interactively): Fix printing of
rejected and unsafe coding-systems.
This commit is contained in:
parent
f67240751e
commit
46c0471835
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ DEFAULT is the coding system to use by default in the query."
|
|||
(let ((pos (point))
|
||||
(fill-prefix " "))
|
||||
(dolist (x (append rejected unsafe))
|
||||
(princ " ") (princ (car x)))
|
||||
(princ " ") (princ x))
|
||||
(insert "\n")
|
||||
(fill-region-as-paragraph pos (point)))
|
||||
(when rejected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue