]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 be151d8f0ef917e672452d0d2c3a224a22fd8bfa..efedd889f02cd372ce0d5ac8de8a52a27bb6c80b 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))