Function: crisp-region-active
crisp-region-active is a byte-compiled function defined in
crisp.el.gz.
Signature
(crisp-region-active)
Documentation
Compatibility function to test for an active region.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/crisp.el.gz
(defun crisp-region-active ()
"Compatibility function to test for an active region."
(if (featurep 'xemacs)
zmacs-region-active-p
mark-active))