Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d6be7497
Commit
d6be7497
authored
Dec 01, 2008
by
Juanma Barranquero
Browse files
* international/mule-cmds.el (locale-preferred-coding-systems): Fix alist item.
parent
fa687b02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d6be7497
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.
...
...
lisp/international/mule-cmds.el
View file @
d6be7497
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment