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
716184d4
Commit
716184d4
authored
Aug 04, 1998
by
Richard M. Stallman
Browse files
(set-default-coding-systems):
In --unibyte mode, don't set default-file-name-coding-system.
parent
b2f9ab3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+2
-1
No files found.
lisp/international/mule-cmds.el
View file @
716184d4
...
...
@@ -204,7 +204,8 @@ This also sets the following values:
o default value for the command `set-keyboard-coding-system'"
(
check-coding-system
coding-system
)
(
setq-default
buffer-file-coding-system
coding-system
)
(
setq
default-file-name-coding-system
coding-system
)
(
if
default-enable-multibyte-characters
(
setq
default-file-name-coding-system
coding-system
))
(
setq
default-terminal-coding-system
coding-system
)
(
setq
default-keyboard-coding-system
coding-system
)
(
setq
default-process-coding-system
(
cons
coding-system
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