Function: allout-mark-active-p

allout-mark-active-p is a byte-compiled function defined in allout.el.gz.

This function is obsolete since 28.1.

Signature

(allout-mark-active-p)

Documentation

True if the mark is currently or always active.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   > allout-mark-active-p ()
(defun allout-mark-active-p ()
  "True if the mark is currently or always active."
  (declare (obsolete nil "28.1"))
  mark-active)