From: Kenichi Handa Date: Fri, 25 Jul 1997 13:13:00 +0000 (+0000) Subject: (leim-list-entry-regexp): Make this match only at beginning of line. X-Git-Tag: emacs-20.1~964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e55e92eeef94a9041a06084a42e0ef1204b13137;p=emacs.git (leim-list-entry-regexp): Make this match only at beginning of line. --- 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.") 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'")