From 94df41ab95ed2c5111636009b27b788657104f22 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 12 Jun 2013 12:31:24 +0200 Subject: [PATCH] * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix for auto-save files. --- lisp/ChangeLog | 5 +++++ lisp/international/mule.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae429db7a7a..eba439b46d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-06-12 Andreas Schwab + + * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix + for auto-save files. + 2013-06-12 Glenn Morris * ido.el (ido-delete-ignored-files): Remove. diff --git a/lisp/international/mule.el b/lisp/international/mule.el index dd0f3821728..4ce1a28c438 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -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. -- 2.11.4.GIT