Variable: textsec-check
textsec-check is a customizable variable defined in
textsec-check.el.gz.
Value
t
Documentation
If non-nil, perform some security-related checks on text objects.
If nil, these checks are disabled.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/international/textsec-check.el.gz
(defcustom textsec-check t
"If non-nil, perform some security-related checks on text objects.
If nil, these checks are disabled."
:type 'boolean
:version "29.1")