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
79de6799
Commit
79de6799
authored
Jul 26, 1998
by
Richard M. Stallman
Browse files
(auto-coding-alist): Recognize .tar.
parent
d45da3e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/international/mule.el
lisp/international/mule.el
+2
-2
No files found.
lisp/international/mule.el
View file @
79de6799
...
...
@@ -773,8 +773,8 @@ LIST is a list of coding categories ordered by priority."
;;; FILE I/O
(defvar auto-coding-alist
'(("
\\.\\
(
arc\\|zip\\|lzh\\|zoo\\|jar\\
)
\\
'
" . no-conversion)
("
\\.\\
(
ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\
)
\\
'
" . no-conversion))
'(("
\\.\\
(
arc\\|zip\\|lzh\\|zoo\\|jar\\
|tar\\
)\\'" . no-conversion)
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\
|TAR\\
)
\\
'
" . 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
by
CODING-SYSTEM
on
reading.
...
...
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