aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-07-25 13:13:00 +0000
committerKenichi Handa1997-07-25 13:13:00 +0000
commite55e92eeef94a9041a06084a42e0ef1204b13137 (patch)
tree71e326d24650abb8cc825efa477ac423f9b1f50e
parent92677e25c1f4bf54cc99c9707018a409e66f0a8b (diff)
downloademacs-e55e92eeef94a9041a06084a42e0ef1204b13137.tar.gz
emacs-e55e92eeef94a9041a06084a42e0ef1204b13137.zip
(leim-list-entry-regexp): Make this match only at beginning of line.
-rw-r--r--lisp/international/mule-cmds.el2
1 files changed, 1 insertions, 1 deletions
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.")
314 leim-list-file-name) 314 leim-list-file-name)
315 "Header to be inserted in LEIM list file.") 315 "Header to be inserted in LEIM list file.")
316 316
317(defvar leim-list-entry-regexp "(register-input-method" 317(defvar leim-list-entry-regexp "^(register-input-method"
318 "Regexp matching head of each entry in LEIM list file. 318 "Regexp matching head of each entry in LEIM list file.
319See also the variable `leim-list-header'") 319See also the variable `leim-list-header'")
320 320