1
Fork 0
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:
Kenichi Handa 2007-06-16 02:16:18 +00:00
parent f67240751e
commit 46c0471835

View file

@ -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