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
558b0c86
Commit
558b0c86
authored
Jul 25, 1998
by
Kenichi Handa
Browse files
(auto-coding-alist): Docstring fixed.
parent
3a77b8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/international/mule.el
lisp/international/mule.el
+1
-2
No files found.
lisp/international/mule.el
View file @
558b0c86
...
...
@@ -777,8 +777,7 @@ LIST is a list of coding categories ordered by priority."
("
\\.\\
(
ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\
)
\\
'
" . no-conversion))
"
Alist
of
filename
patterns
vs
corresponding
coding
systems.
Each
element
looks
like
(
REGEXP
.
CODING-SYSTEM
)
.
A
file
whose
name
matches
REGEXP
is
decoded
on
reading
and
encoded
on
writing
by
CODING-SYSTEM.
A
file
whose
name
matches
REGEXP
is
decoded
by
CODING-SYSTEM
on
reading.
The
settings
in
this
variable
have
higher
priority
than
`
coding:
'
tag
in
the
file
contents
(
see
the
function
`
set-auto-coding
'
)
...
...
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