Function: gnus-annotation-in-region-p
gnus-annotation-in-region-p is a byte-compiled function defined in
gnus-util.el.gz.
Signature
(gnus-annotation-in-region-p B E)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-util.el.gz
(defun gnus-annotation-in-region-p (b e)
(if (= b e)
(eq (cadr (memq 'gnus-undeletable (text-properties-at b))) t)
(text-property-any b e 'gnus-undeletable t)))