Function: quail-name
quail-name is a byte-compiled function defined in quail.el.gz.
Signature
(quail-name)
Documentation
Return the name of the current Quail package.
Source Code
;; Defined in /usr/src/emacs/lisp/international/quail.el.gz
;; Return various slots in the current quail-package.
(defsubst quail-name ()
"Return the name of the current Quail package."
(nth 0 quail-current-package))