diff options
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 702fab36d2b..5ffd0174b7b 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -715,7 +715,7 @@ DEFAULT is the coding system to use by default in the query." | |||
| 715 | (let ((pos (point)) | 715 | (let ((pos (point)) |
| 716 | (fill-prefix " ")) | 716 | (fill-prefix " ")) |
| 717 | (dolist (x (append rejected unsafe)) | 717 | (dolist (x (append rejected unsafe)) |
| 718 | (princ " ") (princ (car x))) | 718 | (princ " ") (princ x)) |
| 719 | (insert "\n") | 719 | (insert "\n") |
| 720 | (fill-region-as-paragraph pos (point))) | 720 | (fill-region-as-paragraph pos (point))) |
| 721 | (when rejected | 721 | (when rejected |