* international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
for auto-save files.
This commit is contained in:
parent
0922061553
commit
94df41ab95
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-06-12 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
|
||||
for auto-save files.
|
||||
|
||||
2013-06-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* ido.el (ido-delete-ignored-files): Remove.
|
||||
|
|
|
@ -1691,7 +1691,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'"
|
|||
("\\.\\(gz\\|Z\\|bz\\|bz2\\|xz\\|gpg\\)\\'" . no-conversion)
|
||||
("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion)
|
||||
("\\.pdf\\'" . no-conversion)
|
||||
("/#[^/]+#\\'" . emacs-mule)))
|
||||
("/#[^/]+#\\'" . utf-8-emacs-unix)))
|
||||
"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.
|
||||
|
|
Loading…
Add table
Reference in a new issue