; * lisp/emacs-lisp/lisp.el (delete-pair-push-mark): Add :version.

This commit is contained in:
Eli Zaretskii 2024-09-21 13:23:50 +03:00
parent a48672c6bb
commit 4c5ab949fb

View file

@ -852,7 +852,9 @@ It's used by the command `delete-pair'. The value 0 disables blinking."
(defcustom delete-pair-push-mark nil
"Non-nil means `delete-pair' pushes mark at end of delimited region."
:type 'boolean)
:type 'boolean
:group 'lisp
:version "31.1")
(defun delete-pair (&optional arg)
"Delete a pair of characters enclosing ARG sexps that follow point.