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
0735296c
Commit
0735296c
authored
May 02, 1999
by
Dave Love
Browse files
(auto-coding-alist): Add .tgz.
parent
68026917
Changes
1
Hide 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 @
0735296c
...
...
@@ -889,8 +889,8 @@ LIST is a list of coding categories ordered by priority."
;;; FILE I/O
(defvar auto-coding-alist
'(("
\\.\\
(
arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\)\\'" . no-conversion)
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\
)
\\
'
" . no-conversion))
'(("
\\.\\
(
arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\
|tgz\\
)
\\
'
" . no-conversion)
("
\\.\\
(
ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\|TAR\\
|TGZ\\
)
\\
'
" . 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