Function: quail-deterministic

quail-deterministic is a byte-compiled function defined in quail.el.gz.

Signature

(quail-deterministic)

Documentation

Return deterministic flag of the current Quail package.

See also the documentation of quail-define-package.

Source Code

;; Defined in /usr/src/emacs/lisp/international/quail.el.gz
(defsubst quail-deterministic ()
  "Return `deterministic' flag of the current Quail package.
See also the documentation of `quail-define-package'."
  (nth 7 quail-current-package))