# HG changeset patch # User Kenichi Handa # Date 869836380 0 # Node ID 2297a2cb909d2b43ccb2410ba6fa04d33a4cf97b # Parent 6681f7141d2b93d0fda1b6a103e7256cb37ba01c (leim-list-entry-regexp): Make this match only at beginning of line. diff -r 6681f7141d2b -r 2297a2cb909d lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Fri Jul 25 11:36:34 1997 +0000 +++ b/lisp/international/mule-cmds.el Fri Jul 25 13:13:00 1997 +0000 @@ -314,7 +314,7 @@ leim-list-file-name) "Header to be inserted in LEIM list file.") -(defvar leim-list-entry-regexp "(register-input-method" +(defvar leim-list-entry-regexp "^(register-input-method" "Regexp matching head of each entry in LEIM list file. See also the variable `leim-list-header'")