From: Kenichi Handa Date: Fri, 16 Mar 2001 11:01:53 +0000 (+0000) Subject: (select-safe-coding-system): Fix typo: symbol-name -> symbol-value. X-Git-Tag: emacs-pretest-21.0.101~291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87ad2c90cc2bf2e8bcd348e411f72e442453eeb0;p=emacs.git (select-safe-coding-system): Fix typo: symbol-name -> symbol-value. --- 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." (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))