From c38e0c974e11c5c273ef8f6adb58442f4e30f460 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Mar 2013 09:13:01 -0800 Subject: Prefer UTF-8 when the encoding shouldn't matter and changes are small. --- lisp/wdired.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/wdired.el') diff --git a/lisp/wdired.el b/lisp/wdired.el index 59a09d6d5a0..47cd99f45ac 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2004-2013 Free Software Foundation, Inc. ;; Filename: wdired.el -;; Author: Juan León Lahoz García +;; Author: Juan León Lahoz García ;; Version: 2.0 ;; Keywords: dired, environment, files, renaming @@ -851,7 +851,7 @@ Like original function but it skips read-only words." (provide 'wdired) ;; Local Variables: -;; coding: latin-1 +;; coding: utf-8 ;; byte-compile-dynamic: t ;; End: -- cgit v1.2.3