(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
authorKenichi Handa <handa@m17n.org>
Fri, 16 Mar 2001 11:01:53 +0000 (11:01 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 Mar 2001 11:01:53 +0000 (11:01 +0000)
lisp/international/mule-cmds.el

index be151d8..efedd88 100644 (file)
@@ -589,7 +589,7 @@ and TO is ignored."
   (let ((tail coding-category-list)
        preferred base)
     (while (and tail
-               (not (setq preferred (symbol-name (car tail)))))
+               (not (setq preferred (symbol-value (car tail)))))
       (setq tail (cdr tail)))
     (and (coding-system-p preferred)
         (setq base (coding-system-base preferred))