Function: TeX-shdex-and

TeX-shdex-and is a byte-compiled function defined in tex.el.

Signature

(TeX-shdex-and &rest ARGS)

Documentation

AND operator for style hook dialect expressions.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defsubst TeX-shdex-and (&rest args)
  "AND operator for style hook dialect expressions."
  (apply #'logand (mapcar #'TeX-shdex-eval args)))