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
45885400
Commit
45885400
authored
May 20, 2002
by
Kai Großjohann
Browse files
(auto-coding-alist): Use emacs-mule
for auto-save files. (Fix previous change.)
parent
6caef2da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/international/mule.el
lisp/international/mule.el
+1
-1
No files found.
lisp/ChangeLog
View file @
45885400
2002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* international/mule.el (auto-coding-alist): Use
no-conversion
* international/mule.el (auto-coding-alist): Use
emacs-mule
for auto-save files.
2002-05-20 Miles Bader <miles@gnu.org>
...
...
lisp/international/mule.el
View file @
45885400
...
...
@@ -1462,7 +1462,7 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
(defcustom auto-coding-alist
'(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion)
("\\.\\(gz\\|Z\\|bz\\|bz2\\
|
gpg\\
)
\\
'
" . no-conversion)
("
/#[^/]+#\\
'
" .
no-conversion
))
("
/#[^/]+#\\
'
" .
emacs-mule
))
"
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