changeset 18982:2297a2cb909d

(leim-list-entry-regexp): Make this match only at beginning of line.
author Kenichi Handa <handa@m17n.org>
date Fri, 25 Jul 1997 13:13:00 +0000
parents 6681f7141d2b
children f61d1bd17b11
files lisp/international/mule-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'")