diff options
| -rw-r--r-- | lisp/international/mule-cmds.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index abda95f64dd..f075a5affbc 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -378,6 +378,7 @@ and TO is ignored." | |||
| 378 | (find-charset-region from to))) | 378 | (find-charset-region from to))) |
| 379 | (safe-coding-systems (find-coding-systems-for-charsets charsets))) | 379 | (safe-coding-systems (find-coding-systems-for-charsets charsets))) |
| 380 | (if (or (eq (car safe-coding-systems) 'undecided) | 380 | (if (or (eq (car safe-coding-systems) 'undecided) |
| 381 | (eq default-coding-system 'no-conversion) | ||
| 381 | (and default-coding-system | 382 | (and default-coding-system |
| 382 | (memq (coding-system-base default-coding-system) | 383 | (memq (coding-system-base default-coding-system) |
| 383 | safe-coding-systems))) | 384 | safe-coding-systems))) |