1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 19:25:37 -08:00

(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.

This commit is contained in:
Kenichi Handa 2001-03-16 11:01:53 +00:00
parent 11d56c64a1
commit 87ad2c90cc

View 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))