feature-detect set-charset-priority (fix #66)
This commit is contained in:
parent
aab65fac60
commit
10c28f2659
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ there are problems.")
|
|||
|
||||
;;;
|
||||
;; UTF-8 as the default coding system
|
||||
(set-charset-priority 'unicode) ; pretty
|
||||
(when (fboundp 'set-charset-priority)
|
||||
(set-charset-priority 'unicode)) ; pretty
|
||||
(prefer-coding-system 'utf-8) ; pretty
|
||||
(set-terminal-coding-system 'utf-8) ; pretty
|
||||
(set-keyboard-coding-system 'utf-8) ; pretty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue