aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index f8b32462946..34d4fb3830d 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1272,6 +1272,8 @@ Emacs loads this file at startup time.")
1272(defvar leim-list-header (format 1272(defvar leim-list-header (format
1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*- 1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*-
1274;; 1274;;
1275;; This file is automatically generated.
1276;;
1275;; This file contains a list of LEIM (Library of Emacs Input Method) 1277;; This file contains a list of LEIM (Library of Emacs Input Method)
1276;; methods in the same directory as this file. Loading this file 1278;; methods in the same directory as this file. Loading this file
1277;; registers all the input methods in Emacs. 1279;; registers all the input methods in Emacs.
@@ -1283,7 +1285,7 @@ Emacs loads this file at startup time.")
1283;; ARG ...) 1285;; ARG ...)
1284;; See the function `register-input-method' for the meanings of the arguments. 1286;; See the function `register-input-method' for the meanings of the arguments.
1285;; 1287;;
1286;; If this directory is included in load-path, Emacs automatically 1288;; If this directory is included in `load-path', Emacs automatically
1287;; loads this file at startup time. 1289;; loads this file at startup time.
1288 1290
1289" 1291"