Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
db9aec47
Commit
db9aec47
authored
Nov 22, 2006
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(set-default-coding-systems): Sync
with HEAD.
parent
eeb7eaa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+6
-2
No files found.
lisp/international/mule-cmds.el
View file @
db9aec47
...
@@ -340,9 +340,13 @@ This also sets the following values:
...
@@ -340,9 +340,13 @@ This also sets the following values:
(
or
(
local-variable-p
'buffer-file-coding-system
buffer
)
(
or
(
local-variable-p
'buffer-file-coding-system
buffer
)
(
ucs-set-table-for-input
buffer
))))
(
ucs-set-table-for-input
buffer
))))
(
if
(
and
default-enable-multibyte-characters
(
not
(
eq
system-type
'darwin
)
))
(
if
(
eq
system-type
'darwin
)
;; The file-name coding system on Darwin systems is always utf-8.
;; The file-name coding system on Darwin systems is always utf-8.
(
setq
default-file-name-coding-system
coding-system
))
(
setq
default-file-name-coding-system
'utf-8
)
(
if
(
and
default-enable-multibyte-characters
(
or
(
not
coding-system
)
(
coding-system-get
coding-system
'ascii-compatible-p
)))
(
setq
default-file-name-coding-system
coding-system
)))
;; If coding-system is nil, honor that on MS-DOS as well, so
;; If coding-system is nil, honor that on MS-DOS as well, so
;; that they could reset the terminal coding system.
;; that they could reset the terminal coding system.
(
unless
(
and
(
eq
window-system
'pc
)
coding-system
)
(
unless
(
and
(
eq
window-system
'pc
)
coding-system
)
...
...
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