mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
This commit is contained in:
parent
fa687b02e9
commit
d6be7497c4
@ -1,3 +1,8 @@
|
||||
2008-12-01 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* international/mule-cmds.el (locale-preferred-coding-systems):
|
||||
Fix alist item.
|
||||
|
||||
2008-12-01 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp-cache.el (tramp-cache-data-changed): New defvar.
|
||||
|
@ -2365,7 +2365,7 @@ This language name is used if the locale is not listed in
|
||||
("big5[-_]?hkscs" . big5-hkscs)
|
||||
("big5" . big5)
|
||||
("euc-?tw" . euc-tw)
|
||||
("euc-?cn" .euc-cn)
|
||||
("euc-?cn" . euc-cn)
|
||||
("gb2312" . gb2312)
|
||||
("gbk" . gbk)
|
||||
("gb18030" . gb18030)
|
||||
|
Loading…
Reference in New Issue
Block a user