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
5b74b0c7
Commit
5b74b0c7
authored
Oct 05, 2002
by
Dave Love
Browse files
(set-language-environment): Check
for charset property of environment.
parent
2aa97617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+3
-1
No files found.
lisp/international/mule-cmds.el
View file @
5b74b0c7
...
...
@@ -1442,7 +1442,9 @@ specifies the character set for the major languages of Western Europe."
;; Fixme: default from the environment coding system where that's
;; charset-based.
(
apply
'set-charset-priority
(
get-language-info
language-name
'charset
))
(
if
(
get-language-info
language-name
'charset
)
(
apply
'set-charset-priority
(
get-language-info
language-name
'charset
)))
;; Note: For DOS, we assumed that the charset cpXXX is already
;; defined.
...
...
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