Function: hif-not
hif-not is a byte-compiled function defined in hideif.el.gz.
Signature
(hif-not A)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defun hif-not (a)
(zerop (hif-mathify a)))
hif-nothif-not is a byte-compiled function defined in hideif.el.gz.
(hif-not A)
;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defun hif-not (a)
(zerop (hif-mathify a)))