Function: hif-logxor
hif-logxor is a byte-compiled function defined in hideif.el.gz.
Signature
(hif-logxor A B)
Documentation
Like logxor but treat t and nil as 1 and 0.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defalias 'hif-logxor (hif-mathify-binop logxor))