Variable: quail-current-package

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

Documentation

The current Quail package, which depends on the current input method.

See the documentation of quail-package-alist for the format.

Source Code

;; Defined in /usr/src/emacs/lisp/international/quail.el.gz
;; Buffer local variables

(defvar-local quail-current-package nil
  "The current Quail package, which depends on the current input method.
See the documentation of `quail-package-alist' for the format.")