diff options
| author | Dave Love | 2002-07-05 21:59:41 +0000 |
|---|---|---|
| committer | Dave Love | 2002-07-05 21:59:41 +0000 |
| commit | cfd8f3ed493155c6add9ee18dc1120646f4e17f7 (patch) | |
| tree | 43a73943245288e529b5247761f865e8d72b2fac | |
| parent | 63d6cc6221cddeb1beedecd42acb6f9d070c654b (diff) | |
| download | emacs-cfd8f3ed493155c6add9ee18dc1120646f4e17f7.tar.gz emacs-cfd8f3ed493155c6add9ee18dc1120646f4e17f7.zip | |
(leim-list-header): Add coding tag.
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 06b6678b151..42fb7b4c29e 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -885,7 +885,7 @@ in the format of Lisp expression for registering each input method. | |||
| 885 | Emacs loads this file at startup time.") | 885 | Emacs loads this file at startup time.") |
| 886 | 886 | ||
| 887 | (defvar leim-list-header (format | 887 | (defvar leim-list-header (format |
| 888 | ";;; %s -- list of LEIM (Library of Emacs Input Method) | 888 | ";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: iso-2022-7bit;-*- |
| 889 | ;; | 889 | ;; |
| 890 | ;; This file contains a list of LEIM (Library of Emacs Input Method) | 890 | ;; This file contains a list of LEIM (Library of Emacs Input Method) |
| 891 | ;; methods in the same directory as this file. Loading this file | 891 | ;; methods in the same directory as this file. Loading this file |