Variable: update-leim-list-functions
update-leim-list-functions is a variable defined in mule-cmds.el.gz.
Value
(quail-update-leim-list-file)
Documentation
List of functions to call to update LEIM list file.
Each function is called with one arg, LEIM directory name.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defvar update-leim-list-functions
'(quail-update-leim-list-file)
"List of functions to call to update LEIM list file.
Each function is called with one arg, LEIM directory name.")