Function: allout-mode-p
allout-mode-p is an autoloaded macro defined in allout.el.gz.
Signature
(allout-mode-p)
Documentation
Return t if allout-mode(var)/allout-mode(fun) is active in current buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ > allout-mode-p ()
;; Must define this macro above any uses, or byte compilation will lack
;; proper def, if file isn't loaded -- eg, during emacs build!
;;;###autoload
(defmacro allout-mode-p ()
"Return t if `allout-mode' is active in current buffer."
'allout-mode)