mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Typo fixed; prefered->preferred.
This commit is contained in:
parent
0e0a9ac30d
commit
aaa9f206fd
1 changed files with 2 additions and 2 deletions
|
|
@ -574,7 +574,7 @@
|
|||
|
||||
|
||||
;; For each character set, put the information of the most proper
|
||||
;; coding system to encode it by `prefered-coding-system' property.
|
||||
;; coding system to encode it by `preferred-coding-system' property.
|
||||
|
||||
(let ((l '((latin-iso8859-1 . iso-latin-1)
|
||||
(latin-iso8859-2 . iso-latin-2)
|
||||
|
|
@ -618,7 +618,7 @@
|
|||
(indian-2-column . devanagari)
|
||||
(tibetan . tibetan))))
|
||||
(while l
|
||||
(put-charset-property (car (car l)) 'prefered-coding-system (cdr (car l)))
|
||||
(put-charset-property (car (car l)) 'preferred-coding-system (cdr (car l)))
|
||||
(setq l (cdr l))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue