From 316732d2c47be7a2c724cdabba35266ec7e72c7b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 19 Mar 2009 00:59:21 +0000 Subject: [PATCH] (leim-list-header): Use utf-8 coding tag. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index feed9870a8e..f8b32462946 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1270,7 +1270,7 @@ in the format of Lisp expression for registering each input method. Emacs loads this file at startup time.") (defvar leim-list-header (format -";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: iso-2022-7bit;-*- +";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*- ;; ;; This file contains a list of LEIM (Library of Emacs Input Method) ;; methods in the same directory as this file. Loading this file -- 2.39.5