Variable: show-paren-priority
show-paren-priority is a customizable variable defined in paren.el.gz.
Value
1000
Documentation
Priority of paren highlighting overlays.
This variable was added, or its default value changed, in Emacs 21.1.
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/paren.el.gz
(defcustom show-paren-priority 1000
"Priority of paren highlighting overlays."
:type 'integer
:version "21.1")