aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2001-03-16 11:01:53 +0000
committerKenichi Handa2001-03-16 11:01:53 +0000
commit87ad2c90cc2bf2e8bcd348e411f72e442453eeb0 (patch)
tree36d730e1efbd826f8be40793d512a8c6a9dccd28
parent11d56c64a1c365b85c3f0ac68f625f14d4c873de (diff)
downloademacs-87ad2c90cc2bf2e8bcd348e411f72e442453eeb0.tar.gz
emacs-87ad2c90cc2bf2e8bcd348e411f72e442453eeb0.zip
(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
-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))