]> git.eshelyaron.com Git - emacs.git/commitdiff
(leim-list-entry-regexp): Make this match only at beginning of line.
authorKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)
lisp/international/mule-cmds.el

index 09726a2c5ae682fadc062979949d5dbfe6015350..26a2f2e397effc32f5b975fca7c448b9ed27a987 100644 (file)
@@ -314,7 +314,7 @@ Emacs loads this file at startup time.")
                                 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'")