diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index f6eebcda35a..280de5036aa 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -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. |