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:
parent
11d56c64a1
commit
87ad2c90cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue