aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2009-03-19 00:59:21 +0000
committerKenichi Handa2009-03-19 00:59:21 +0000
commit316732d2c47be7a2c724cdabba35266ec7e72c7b (patch)
treecaa7c57201902ad1e18175cfb1189c34566a2b09 /lisp
parent2c0359930b1693ee8d50c335ffd184483d1f25a9 (diff)
downloademacs-316732d2c47be7a2c724cdabba35266ec7e72c7b.tar.gz
emacs-316732d2c47be7a2c724cdabba35266ec7e72c7b.zip
(leim-list-header): Use utf-8 coding tag.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
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.
1270Emacs loads this file at startup time.") 1270Emacs loads this file at startup time.")
1271 1271
1272(defvar leim-list-header (format 1272(defvar leim-list-header (format
1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: iso-2022-7bit;-*- 1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*-
1274;; 1274;;
1275;; This file contains a list of LEIM (Library of Emacs Input Method) 1275;; This file contains a list of LEIM (Library of Emacs Input Method)
1276;; methods in the same directory as this file. Loading this file 1276;; methods in the same directory as this file. Loading this file