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
9f993a10
Commit
9f993a10
authored
Jul 27, 1997
by
Richard M. Stallman
Browse files
(file-coding-system-alist): Use no-conversion for tar files.
parent
4eec33ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+2
-1
No files found.
lisp/international/mule-conf.el
View file @
9f993a10
...
...
@@ -283,11 +283,12 @@
;; Setting coding system `undecided' for reading any files. Though,
;; compiled Emacs Lisp files (*.elc) should never be decoded nor
;; encoded.
;; encoded.
tar files too.
(
setq
file-coding-system-alist
'
((
"\\.elc$"
.
(
no-conversion
.
no-conversion
))
(
"loaddefs.el$"
.
(
no-conversion
.
no-conversion
))
(
"\\.tar$"
.
(
no-conversion
.
no-conversion
))
(
""
.
(
undecided
.
nil
))))
...
...
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