; * lisp/emacs-lisp/lisp.el (delete-pair-push-mark): Add :version.
This commit is contained in:
parent
a48672c6bb
commit
4c5ab949fb
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue