* lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.
This commit is contained in:
parent
29c9803c2a
commit
23a071d87d
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ If the result is non-nil, then break. Errors are ignored."
|
|||
(defcustom edebug-sit-on-break t
|
||||
"Whether or not to pause for `edebug-sit-for-seconds' on reaching a break."
|
||||
:type 'boolean
|
||||
:group 'edebug)
|
||||
:group 'edebug
|
||||
:version "25.2")
|
||||
|
||||
;;; Form spec utilities.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue