Function: message-mark-active-p

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

Signature

(message-mark-active-p)

Documentation

Non-nil means the mark and region are currently active in this buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-mark-active-p ()
  "Non-nil means the mark and region are currently active in this buffer."
  mark-active)