From e55e92eeef94a9041a06084a42e0ef1204b13137 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 25 Jul 1997 13:13:00 +0000 Subject: [PATCH] (leim-list-entry-regexp): Make this match only at beginning of line. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'") -- 2.39.5