aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index be151d8f0ef..efedd889f02 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -589,7 +589,7 @@ and TO is ignored."
589 (let ((tail coding-category-list) 589 (let ((tail coding-category-list)
590 preferred base) 590 preferred base)
591 (while (and tail 591 (while (and tail
592 (not (setq preferred (symbol-name (car tail))))) 592 (not (setq preferred (symbol-value (car tail)))))
593 (setq tail (cdr tail))) 593 (setq tail (cdr tail)))
594 (and (coding-system-p preferred) 594 (and (coding-system-p preferred)
595 (setq base (coding-system-base preferred)) 595 (setq base (coding-system-base preferred))