Variable: leim-list-entry-regexp

leim-list-entry-regexp is a variable defined in mule-cmds.el.gz.

Value

"^(register-input-method"

Documentation

Regexp matching head of each entry in LEIM list file.

See also the variable leim-list-header.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defconst leim-list-entry-regexp "^(register-input-method"
  "Regexp matching head of each entry in LEIM list file.
See also the variable `leim-list-header'.")