Variable: quail-current-data

quail-current-data is a buffer-local variable defined in quail.el.gz.

Documentation

Any Lisp object holding information of current translation status.

When a key sequence is mapped to TRANS and TRANS is a cons of actual translation and some Lisp object to be referred for translating the longer key sequence, this variable is set to that Lisp object.

Source Code

;; Defined in /usr/src/emacs/lisp/international/quail.el.gz
(defvar-local quail-current-data nil
  "Any Lisp object holding information of current translation status.
When a key sequence is mapped to TRANS and TRANS is a cons
of actual translation and some Lisp object to be referred
for translating the longer key sequence, this variable is set
to that Lisp object.")