diff options
| -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 09726a2c5ae..26a2f2e397e 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el | |||
| @@ -314,7 +314,7 @@ Emacs loads this file at startup time.") | |||
| 314 | leim-list-file-name) | 314 | leim-list-file-name) |
| 315 | "Header to be inserted in LEIM list file.") | 315 | "Header to be inserted in LEIM list file.") |
| 316 | 316 | ||
| 317 | (defvar leim-list-entry-regexp "(register-input-method" | 317 | (defvar leim-list-entry-regexp "^(register-input-method" |
| 318 | "Regexp matching head of each entry in LEIM list file. | 318 | "Regexp matching head of each entry in LEIM list file. |
| 319 | See also the variable `leim-list-header'") | 319 | See also the variable `leim-list-header'") |
| 320 | 320 | ||