(select-safe-coding-system-interactively): Fix printing of
authorKenichi Handa <handa@m17n.org>
Sat, 16 Jun 2007 02:16:18 +0000 (02:16 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 16 Jun 2007 02:16:18 +0000 (02:16 +0000)
rejected and unsafe coding-systems.

lisp/international/mule-cmds.el

index 702fab3..5ffd017 100644 (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